mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-09-06 18:08:45 +00:00
23 lines
613 B
YAML
23 lines
613 B
YAML
script:
|
|
routine_leaving_home:
|
|
alias: Routine · Leaving home
|
|
sequence:
|
|
- service: script.security_camera_on
|
|
|
|
- service: homeassistant.turn_off
|
|
entity_id:
|
|
- input_boolean.georgi_home
|
|
- media_player.nvidia_shield
|
|
- media_player.living_room_tv
|
|
- light.all
|
|
- climate.toshiba_ac
|
|
- group.all_radiators
|
|
- fan.philips_airpurifier
|
|
|
|
- service: media_player.media_stop
|
|
entity_id: group.all_sonos
|
|
- service: light.turn_on
|
|
entity_id: light.browser_kitchen
|
|
data:
|
|
brightness_pct: 1
|