1
0
Fork 0
ansible-home-assistant/automations/bathroom-mirror-button.yaml
2021-05-24 20:26:03 +02:00

26 lines
700 B
YAML

- id: button-bathroom-mirror-on
alias: '[Bathroom] Mirror Button On'
trigger:
- device_id: 4d5298037e93ba11438409bff01b5005
domain: zha
platform: device
type: remote_button_short_press
subtype: turn_on
action:
- service: light.turn_on
data:
entity_id: light.bathroom_mirror_lights
mode: single
- id: button-bathroom-mirror-off
alias: '[Bathroom] Mirror Button Off'
trigger:
- device_id: 4d5298037e93ba11438409bff01b5005
domain: zha
platform: device
type: remote_button_short_press
subtype: turn_off
action:
- service: light.turn_off
data:
entity_id: light.bathroom_mirror_lights
mode: single