Flatten light groups

This commit is contained in:
Georgi Gardev
2022-12-01 16:02:00 +02:00
parent 2f5b6addef
commit 2577bd0e27
10 changed files with 124 additions and 140 deletions
+1 -1
View File
@@ -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
+3 -3
View File
@@ -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