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

32 lines
782 B
YAML
Raw Permalink 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
2023-07-02 20:05:17 +00:00
- service: script.office_lights_on
2023-06-12 22:12:26 +00:00
- 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
target:
entity_id:
- automation.office_lights_off
- automation.living_room_lights_off