WIP #212 Light card support

This commit is contained in:
estevez-dev
2019-09-08 19:04:12 +03:00
parent 38c37fa212
commit 127e0b8182
13 changed files with 1009 additions and 11 deletions

View File

@ -96,6 +96,7 @@ class CardType {
static const CONDITIONAL = "conditional";
static const ALARM_PANEL = "alarm-panel";
static const MARKDOWN = "markdown";
static const LIGHT = "light";
}
class Sizes {