From cf436c5c046c68fbc1d7dce8b55b4e85375b7874 Mon Sep 17 00:00:00 2001 From: Thomas Date: Thu, 6 Feb 2020 22:54:35 +0100 Subject: [PATCH] use custom:light-entity-card --- lovelace/lights.yaml | 2 ++ ui-lovelace.yaml | 2 ++ 2 files changed, 4 insertions(+) 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