Add icon support for entities card title

This commit is contained in:
Yegor Vialov
2020-04-25 18:23:26 +00:00
parent 02bfaf7db6
commit 05c1427aa8
4 changed files with 23 additions and 13 deletions

View File

@ -46,6 +46,7 @@ class HAView {
id: "card",
name: rawCardInfo["title"] ?? rawCardInfo["name"],
type: rawCardInfo['type'] ?? CardType.ENTITIES,
icon: rawCardInfo['icon'],
columnsCount: rawCardInfo['columns'] ?? 4,
showName: (rawCardInfo['show_name'] ?? rawCard['show_name']) ?? true,
showHeaderToggle: (rawCardInfo['show_header_toggle'] ?? rawCard['show_header_toggle']) ?? false,