From c25324984e2b7ebe5225171353add83c43090fbf Mon Sep 17 00:00:00 2001 From: Liam Woodleigh-Hardinge Date: Sat, 29 Jun 2024 17:17:28 +0200 Subject: [PATCH] style: Add fold entities for lights in living room --- ui-lovelace.yaml | 39 +++++++++++++++++++++++++-------------- 1 file changed, 25 insertions(+), 14 deletions(-) diff --git a/ui-lovelace.yaml b/ui-lovelace.yaml index f729215..c11e13c 100644 --- a/ui-lovelace.yaml +++ b/ui-lovelace.yaml @@ -40,21 +40,32 @@ views: type: custom:slider-entity-row icon: mdi:sofa entities: - - light.entrance_spot_1 - - light.entrance_spot_2 - - light.entrance_spot_3 - - light.entrance_spot_4 - - light.living_room_middle_spot_1 - - light.living_room_middle_spot_2 - - light.living_room_middle_spot_3 - - light.living_room_middle_spot_4 + - type: custom:fold-entity-row + head: + color_picker: true + entity: light.entrance_lights + name: Entrance + type: custom:slider-entity-row + icon: mdi:location_enter + entities: + - light.entrance_spot_1 + - light.entrance_spot_2 + - light.entrance_spot_3 + - light.entrance_spot_4 + + - type: custom:fold-entity-row + head: + color_picker: true + entity: light.living_room_middle_lights + name: Middle Lights + type: custom:slider-entity-row + icon: mdi:sofa + entities: + - light.living_room_middle_spot_1 + - light.living_room_middle_spot_2 + - light.living_room_middle_spot_3 + - light.living_room_middle_spot_4 - light.standing_lamp - # - entity: scene.living_room_chill - # name: "Scene: Chill" - # icon: mdi:script-outline - # - entity: scene.living_room_energize - # name: "Scene: Energize" - # icon: mdi:script-outline - type: custom:fold-entity-row head: