1
0
ansible-home-assistant/configuration/automations/bathroom-mirror-button.yaml
2021-05-25 00:13:16 +02:00

27 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