mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-05-05 08:44:24 +00:00
Flatten light groups
This commit is contained in:
@@ -2,12 +2,12 @@ script:
|
||||
routine_leaving_home:
|
||||
alias: Routine · Leaving home
|
||||
sequence:
|
||||
- service: script.turn_off_all_lights
|
||||
|
||||
- service: homeassistant.turn_off
|
||||
entity_id:
|
||||
- media_player.nvidia_shield
|
||||
- media_player.living_room_tv
|
||||
- light.all
|
||||
- climate.toshiba_ac
|
||||
- group.all_radiators
|
||||
- fan.philips_airpurifier
|
||||
|
||||
@@ -16,7 +16,9 @@ script:
|
||||
alias: Routine · Waking up
|
||||
sequence:
|
||||
- service: light.turn_on
|
||||
entity_id: light.hallway
|
||||
entity_id:
|
||||
- light.hallway_main
|
||||
- light.hallway_entrance
|
||||
data:
|
||||
brightness_pct: 100
|
||||
|
||||
@@ -86,8 +88,6 @@ script:
|
||||
}}
|
||||
- !include ../../templates/partials/master_bedroom_climate.yaml
|
||||
- !include ../../templates/partials/outside_forecast.yaml
|
||||
# FIXME: there are more light entities than lights. This count doesn't work
|
||||
# - !include ../../templates/partials/light_check.yaml
|
||||
- !include ../../templates/partials/window_check.yaml
|
||||
- !include ../../templates/partials/window_suggestions.yaml
|
||||
- !include ../../templates/partials/iss.yaml
|
||||
|
||||
Reference in New Issue
Block a user