Skip to content

Commit

Permalink
1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
iantrich committed Jun 12, 2021
1 parent 0404855 commit 6a81244
Show file tree
Hide file tree
Showing 105 changed files with 3,577 additions and 6,887 deletions.
2 changes: 1 addition & 1 deletion dist/handle-action.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export declare const handleActionConfig: (node: HTMLElement, hass: HomeAssistant
hold_action?: ActionConfig;
tap_action?: ActionConfig;
double_tap_action?: ActionConfig;
}, actionConfig: ActionConfig) => void;
}, actionConfig: ActionConfig | undefined) => void;
export declare const handleAction: (node: HTMLElement, hass: HomeAssistant, config: {
entity?: string;
camera_image?: string;
Expand Down
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: 2 additions & 0 deletions dist/index.modern.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/index.modern.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 6a81244

Please sign in to comment.