Resolves #539 Fix button card without entity

This commit is contained in:
Yegor Vialov
2020-04-25 20:53:08 +00:00
parent 05c1427aa8
commit 2c3335ebf3
11 changed files with 115 additions and 104 deletions

View File

@ -22,6 +22,7 @@ class HACard {
int max;
int depth;
Map severity;
EntityUIAction action;
HACard({
this.name,
@ -117,5 +118,4 @@ class HACard {
return showByFilter;
}).toList();
}
}