Dont parse castom cards. Hide unsupported

This commit is contained in:
Yegor Vialov
2020-05-08 12:36:13 +00:00
parent 1670c8e505
commit 4d4add4581
2 changed files with 20 additions and 5 deletions

View File

@ -113,6 +113,7 @@ class CardType {
static const IFRAME = "iframe";
static const GAUGE = "gauge";
static const ENTITY_BUTTON = "entity-button";
static const ENTITY = "entity";
static const BUTTON = "button";
static const CONDITIONAL = "conditional";
static const ALARM_PANEL = "alarm-panel";
@ -120,6 +121,8 @@ class CardType {
static const LIGHT = "light";
static const ENTITY_FILTER = "entity-filter";
static const UNKNOWN = "unknown";
static const HISTORY_GRAPH = "history-graph";
static const PICTURE_GLANCE = "picture-glance";
}
class Sizes {