-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Should really add a github action for this...
- Loading branch information
Showing
96 changed files
with
6,554 additions
and
3,747 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
import { HassEntity } from "home-assistant-js-websocket"; | ||
/** Return an icon representing a binary sensor state. */ | ||
export declare const binarySensorIcon: (state: HassEntity) => "hass:battery" | "hass:battery-outline" | "hass:thermometer" | "hass:snowflake" | "hass:server-network-off" | "hass:server-network" | "hass:door-closed" | "hass:door-open" | "hass:garage" | "hass:garage-open" | "hass:shield-check" | "hass:alert" | "hass:fire" | "hass:brightness-5" | "hass:brightness-7" | "hass:lock" | "hass:lock-open" | "hass:water-off" | "hass:water" | "hass:walk" | "hass:run" | "hass:home-outline" | "hass:home" | "hass:square" | "hass:square-outline" | "hass:power-plug-off" | "hass:power-plug" | "hass:music-note-off" | "hass:music-note" | "hass:crop-portrait" | "hass:vibrate" | "hass:window-closed" | "hass:window-open" | "hass:radiobox-blank" | "hass:checkbox-marked-circle"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
/** Return an icon representing a cover state. */ | ||
import { HassEntity } from "home-assistant-js-websocket"; | ||
export declare const coverIcon: (state: HassEntity) => string; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
import { HassEntity } from "home-assistant-js-websocket"; | ||
export declare const inputDateTimeIcon: (state: HassEntity) => string; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
/** Return an icon representing a sensor state. */ | ||
import { HassEntity } from "home-assistant-js-websocket"; | ||
export declare const sensorIcon: (state: HassEntity) => any; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
import { HassEntity } from "home-assistant-js-websocket"; | ||
export declare const stateIcon: (state: HassEntity) => any; |
Oops, something went wrong.