mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-05-05 08:44:24 +00:00
20 lines
609 B
YAML
20 lines
609 B
YAML
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
|
|
entity_id:
|
|
- media_player.nvidia_shield
|
|
- media_player.living_room_tv
|
|
- service: media_player.media_stop
|
|
entity_id: group.all_sonos
|
|
- service: light.turn_off
|
|
entity_id:
|
|
- light.all_lights
|
|
- light.browser_kitchen
|
|
- service: fan.turn_off
|
|
entity_id: fan.philips_airpurifier
|