This commit is contained in:
Paulus Schoutsen 2018-12-08 10:54:00 +01:00
parent 47de0e9156
commit a17ae5546f

View File

@ -32,6 +32,7 @@ class HuiAlarmPanelCard extends LocalizeMixin(EventsMixin(PolymerElement)) {
await import("../editor/config-elements/hui-alarm-panel-card-editor");
return document.createElement("hui-alarm-panel-card-editor");
}
static getStubConfig() {
return { states: ["arm_home", "arm_away"] };
}