mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-05-13 19:54:42 +00:00
Update leaving home routine
This commit is contained in:
@@ -2,18 +2,20 @@ script:
|
||||
routine_leaving_home:
|
||||
alias: Routine · Leaving home
|
||||
sequence:
|
||||
- service: input_boolean.turn_off
|
||||
entity_id: input_boolean.georgi_home
|
||||
- service: script.security_camera_on
|
||||
- service: media_player.turn_off
|
||||
|
||||
- service: homeassistant.turn_off
|
||||
entity_id:
|
||||
- input_boolean.georgi_home
|
||||
- media_player.nvidia_shield
|
||||
- media_player.living_room_tv
|
||||
- light.all
|
||||
- climate.toshiba_ac
|
||||
- fan.philips_airpurifier
|
||||
|
||||
- service: media_player.media_stop
|
||||
entity_id: group.all_sonos
|
||||
- service: light.turn_off
|
||||
entity_id:
|
||||
- light.all
|
||||
- light.browser_kitchen
|
||||
- service: fan.turn_off
|
||||
entity_id: fan.philips_airpurifier
|
||||
- service: light.turn_on
|
||||
entity_id: light.browser_kitchen
|
||||
data:
|
||||
brightness_pct: 1
|
||||
|
||||
Reference in New Issue
Block a user