Skip to content

Commit

Permalink
style: Add fold entities for lights in living room
Browse files Browse the repository at this point in the history
  • Loading branch information
liamwh committed Jun 29, 2024
1 parent 8bdee4a commit 239ce2f
Showing 1 changed file with 25 additions and 14 deletions.
39 changes: 25 additions & 14 deletions ui-lovelace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 239ce2f

Please sign in to comment.