1
0
ansible-home-assistant/configuration/automations/office-vr.yaml

34 lines
822 B
YAML
Raw Normal View History

2023-06-12 22:12:26 +00:00
- id: office_vr_start_using
alias: "[Office][VR] Start using"
mode: single
trigger:
- platform: state
entity_id:
- binary_sensor.quest_in_use
action:
- service: automation.turn_off
data:
stop_actions: true
target:
entity_id:
- automation.office_lights_off
- automation.living_room_lights_off
- service: script.office_lights_off
- service: script.living_room_lights_on
- id: office_vr_stop_using
alias: "[Office][VR] Stop using"
mode: single
trigger:
- platform: state
entity_id:
- binary_sensor.quest_in_use
action:
- service: automation.turn_on
data:
stop_actions: true
target:
entity_id:
- automation.office_lights_off
- automation.living_room_lights_off