mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-05-09 10:14:41 +00:00
Rename all lights with shorter names. Add Ambient light in LR
This commit is contained in:
@@ -4,7 +4,7 @@ script:
|
||||
sequence:
|
||||
# Set master bedroom state
|
||||
- service: light.turn_on
|
||||
entity_id: light.bedside_light
|
||||
entity_id: light.bedside
|
||||
- service: light.turn_on
|
||||
entity_id: light.bed_led
|
||||
data:
|
||||
|
||||
@@ -10,7 +10,7 @@ script:
|
||||
sequence:
|
||||
- service: light.turn_on
|
||||
entity_id:
|
||||
- light.hallway_entrance_lights
|
||||
- light.hallway_entrance
|
||||
- light.bed_led
|
||||
- light.browser_kitchen
|
||||
data:
|
||||
|
||||
@@ -17,7 +17,7 @@ script:
|
||||
entity_id: group.all_sonos
|
||||
- service: homeassistant.turn_off
|
||||
entity_id:
|
||||
- light.all_lights
|
||||
- light.all
|
||||
- media_player.nvidia_shield
|
||||
- media_player.living_room_tv
|
||||
- switch.titanium
|
||||
|
||||
@@ -13,7 +13,7 @@ script:
|
||||
entity_id: group.all_sonos
|
||||
- service: light.turn_off
|
||||
entity_id:
|
||||
- light.all_lights
|
||||
- light.all
|
||||
- light.browser_kitchen
|
||||
- service: fan.turn_off
|
||||
entity_id: fan.philips_airpurifier
|
||||
|
||||
Reference in New Issue
Block a user