mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-05-13 19:54:42 +00:00
22 lines
581 B
YAML
22 lines
581 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
|
|
- 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
|