1
0

Turn camera power on/off

This commit is contained in:
Przemek Grondek 2022-12-15 00:33:49 +01:00
parent 54c9444095
commit af6f11a50f

View File

@ -1,6 +1,10 @@
cctv_on:
alias: CCTV on
sequence:
- service: switch.turn_on
target:
entity_id:
- switch.usb_switch_3
- service: switch.turn_on
target:
entity_id:
@ -14,6 +18,10 @@ cctv_on:
cctv_off:
alias: CCTV off
sequence:
- service: switch.turn_off
target:
entity_id:
- switch.usb_switch_3
- service: switch.turn_off
target:
entity_id: