diff --git a/lovelace/lights.yaml b/lovelace/lights.yaml index 5890814..8a0e799 100644 --- a/lovelace/lights.yaml +++ b/lovelace/lights.yaml @@ -10,6 +10,8 @@ cards: entities: - light.0xec1bbdfffe9cc96e_light - light.0xec1bbdfffe59b929_light + - type: custom:light-entity-card + entity: light.blaue_lichterkette title: Lichter path: lights diff --git a/ui-lovelace.yaml b/ui-lovelace.yaml index 58887a7..4889b52 100644 --- a/ui-lovelace.yaml +++ b/ui-lovelace.yaml @@ -8,3 +8,5 @@ resources: type: module - url: /community_plugin/lovelace-fold-entity-row/fold-entity-row.js type: module + - url: /community_plugin/light-entity-card/light-entity-card.js + type: js