Skip to content

Commit

Permalink
feat: Set up living room lights
Browse files Browse the repository at this point in the history
  • Loading branch information
liamwh committed Jun 29, 2024
1 parent 05c760d commit 62611a5
Showing 1 changed file with 14 additions and 9 deletions.
23 changes: 14 additions & 9 deletions ui-lovelace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,20 @@ views:
cards:
- entities:
- entities:
- light.corner_lamp
- light.table_lamp
- light.java_lamp
- 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
- light.standing_lamp
- entity: scene.living_room_chill
name: 'Scene: Chill'
name: "Scene: Chill"
icon: mdi:script-outline
- entity: scene.living_room_energize
name: 'Scene: Energize'
name: "Scene: Energize"
icon: mdi:script-outline
type: custom:fold-entity-row
head:
Expand All @@ -66,7 +71,7 @@ views:
- light.hallway_entrance
- light.hallway_spot
- entity: scene.bathroom_nightlight
name: 'Scene: Nightlight'
name: "Scene: Nightlight"
icon: mdi:script-outline
type: custom:fold-entity-row
head:
Expand Down Expand Up @@ -99,7 +104,7 @@ views:
- light.bathroom_toilet
- light.bathroom_shower
- entity: scene.bathroom_energize
name: 'Scene: Energize'
name: "Scene: Energize"
icon: mdi:script-outline
type: custom:fold-entity-row
head:
Expand All @@ -116,7 +121,7 @@ views:
name: false
icon: false
control: true
decimals: '1'
decimals: "1"
- cards:
- cards:
- color: auto
Expand All @@ -136,7 +141,7 @@ views:
service: input_select.select_option
service_data:
entity_id: input_select.sleep_mode
option: 'off'
option: "off"
type: custom:button-card
- color: auto
entity: input_select.sleep_mode
Expand Down

0 comments on commit 62611a5

Please sign in to comment.