From d9975a78586ce70ea7bf92ca84c57d5991d99a06 Mon Sep 17 00:00:00 2001 From: Giorgio Ravera Date: Sat, 5 Feb 2022 14:38:42 +0100 Subject: [PATCH] Grouped light in lovelace using fold-entity-row --- .storage/lovelace | 26 ++++++++++++++++++-------- 1 file changed, 18 insertions(+), 8 deletions(-) diff --git a/.storage/lovelace b/.storage/lovelace index d2795ab5..00a97c88 100644 --- a/.storage/lovelace +++ b/.storage/lovelace @@ -406,12 +406,22 @@ "light.luci_casa", "light.luce_cucina", "light.luce_corridoio", - "light.luci_sala", - "light.luce_sala", - "light.luce_divano", - "light.luci_bagno", - "light.luce_bagno", - "light.luce_specchio", + { + "type": "custom:fold-entity-row", + "head": "light.luci_sala", + "entities": [ + "light.luce_sala", + "light.luce_divano" + ] + }, + { + "type": "custom:fold-entity-row", + "head": "light.luci_bagno", + "entities": [ + "light.luce_bagno", + "light.luce_specchio" + ] + }, "light.luce_studio", "light.luce_camera", "light.luce_balcone" @@ -855,10 +865,10 @@ "styles": { "card": [ { - "background-color": "transparent" + "background-color": "white" }, { - "box-shadow": "0px 0px 0px 0px" + "box-shadow": "0.5px 0.5px 0px 0px rgba(128,128,128,0.3)" } ], "label": [ -- 2.47.3