mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-28 11:46:42 +00:00
Lint
This commit is contained in:
parent
47de0e9156
commit
a17ae5546f
@ -32,6 +32,7 @@ class HuiAlarmPanelCard extends LocalizeMixin(EventsMixin(PolymerElement)) {
|
|||||||
await import("../editor/config-elements/hui-alarm-panel-card-editor");
|
await import("../editor/config-elements/hui-alarm-panel-card-editor");
|
||||||
return document.createElement("hui-alarm-panel-card-editor");
|
return document.createElement("hui-alarm-panel-card-editor");
|
||||||
}
|
}
|
||||||
|
|
||||||
static getStubConfig() {
|
static getStubConfig() {
|
||||||
return { states: ["arm_home", "arm_away"] };
|
return { states: ["arm_home", "arm_away"] };
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user