WIP: Cards parsing improvements

This commit is contained in:
Yegor Vialov
2020-04-26 18:44:21 +00:00
parent f7d05a57ad
commit 4da3b40d55
2 changed files with 397 additions and 0 deletions

View File

@ -118,6 +118,7 @@ class CardType {
static const ALARM_PANEL = "alarm-panel";
static const MARKDOWN = "markdown";
static const LIGHT = "light";
static const ENTITY_FILTER = "entity-filter";
}
class Sizes {