Resolves #204 Alarm panel card support
This commit is contained in:
@ -457,6 +457,7 @@ class HomeAssistant {
|
||||
: rawCard['show_state'] ?? true,
|
||||
showEmpty: rawCard['show_empty'] ?? true,
|
||||
stateFilter: rawCard['state_filter'] ?? [],
|
||||
states: rawCard['states'],
|
||||
content: rawCard['content']
|
||||
);
|
||||
if (rawCard["cards"] != null) {
|
||||
|
Reference in New Issue
Block a user