From 201ed300934b2be8e8d108c706cbe913db98ee94 Mon Sep 17 00:00:00 2001 From: Thomas Date: Thu, 6 Feb 2020 20:28:47 +0100 Subject: [PATCH] adding custom:fold-entity-row --- lovelace/home.yaml | 16 ++++++++-------- ui-lovelace.yaml | 2 ++ 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/lovelace/home.yaml b/lovelace/home.yaml index 9941919..cb3203f 100644 --- a/lovelace/home.yaml +++ b/lovelace/home.yaml @@ -13,14 +13,14 @@ cards: show_header_toggle: false title: Zigbee - - type: horizontal-stack - cards: - - type: light - entity: light.fenster_lampen - - type: light - entity: light.0xec1bbdfffe9cc96e_light - - type: light - entity: light.0xec1bbdfffe59b929_light + - type: entities + entities: + - light.fenster_lampen + - type: custom:fold-entity-row + head: light.bed_light + entities: + - light.0xec1bbdfffe9cc96e_light + - light.0xec1bbdfffe59b929_light - type: horizontal-stack cards: diff --git a/ui-lovelace.yaml b/ui-lovelace.yaml index c5ea9a6..c9f535d 100644 --- a/ui-lovelace.yaml +++ b/ui-lovelace.yaml @@ -5,3 +5,5 @@ views: resources: - url: /community_plugin/weather-card/weather-card.js type: module + - url: /community_plugin/lovelace-fold-entity-row/fold-entity-row.js + type: module \ No newline at end of file