1
0
ansible-home-assistant/scripts/11.cctv.yaml

34 lines
857 B
YAML
Raw Normal View History

2022-12-12 19:30:38 +00:00
cctv_on:
alias: CCTV on
sequence:
2022-12-14 23:33:49 +00:00
- service: switch.turn_on
target:
entity_id:
- switch.usb_switch_3
2022-12-12 19:30:38 +00:00
- service: switch.turn_on
target:
entity_id:
- switch.living_room_recordings
- switch.living_room_snapshots
- switch.living_room_detect
- switch.hallway_recordings
- switch.hallway_snapshots
- switch.hallway_detect
cctv_off:
alias: CCTV off
sequence:
2022-12-14 23:33:49 +00:00
- service: switch.turn_off
target:
entity_id:
- switch.usb_switch_3
2022-12-12 19:30:38 +00:00
- service: switch.turn_off
target:
entity_id:
- switch.living_room_recordings
- switch.living_room_snapshots
- switch.living_room_detect
- switch.hallway_recordings
- switch.hallway_snapshots
- switch.hallway_detect