1
0

Update office camera relay entity

This commit is contained in:
Przemek Grondek 2023-12-16 01:51:43 +01:00
parent 950b11b5c7
commit d81f57184c

View File

@ -5,7 +5,7 @@ cctv_on:
- service: switch.turn_on - service: switch.turn_on
target: target:
entity_id: entity_id:
- switch.usb_switch_3 - switch.office_camera_power_switch
- service: switch.turn_on - service: switch.turn_on
target: target:
entity_id: entity_id:
@ -17,7 +17,7 @@ cctv_on:
- service: switch.turn_on - service: switch.turn_on
target: target:
entity_id: entity_id:
- switch.usb_switch_3 - switch.office_camera_power_switch
cctv_off: cctv_off:
alias: CCTV off alias: CCTV off
@ -26,7 +26,7 @@ cctv_off:
- service: switch.turn_off - service: switch.turn_off
target: target:
entity_id: entity_id:
- switch.usb_switch_3 - switch.office_camera_power_switch
- service: switch.turn_off - service: switch.turn_off
target: target:
entity_id: entity_id: