Skip to content

Commit

Permalink
bump dependencies and build 1.3.3
Browse files Browse the repository at this point in the history
Should really add a github action for this...
  • Loading branch information
iantrich committed Mar 14, 2020
1 parent 6590dac commit e0d9591
Show file tree
Hide file tree
Showing 96 changed files with 6,554 additions and 3,747 deletions.
3 changes: 3 additions & 0 deletions dist/binary_sensor_icon.d.ts
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";
3 changes: 3 additions & 0 deletions dist/cover_icon.d.ts
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;
1 change: 1 addition & 0 deletions dist/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ export * from "./turn-on-off-entities";
export * from "./turn-on-off-entity";
export * from "./types";
export * from "./get-lovelace";
export * from "./state_icon";
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.m.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.m.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.umd.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.umd.js.map

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions dist/input_datetime_icon.d.ts
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;
3 changes: 3 additions & 0 deletions dist/sensor_icon.d.ts
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;
2 changes: 2 additions & 0 deletions dist/state_icon.d.ts
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;
Loading

0 comments on commit e0d9591

Please sign in to comment.