1
0
ansible-home-assistant/configuration/automations/bathroom-mirror-button.yaml

26 lines
687 B
YAML
Raw Normal View History

- id: bathroom-mirror-lights-on
alias: '[Bathroom] Mirror Button Music'
2020-12-20 20:43:46 +00:00
trigger:
- device_id: 4d5298037e93ba11438409bff01b5005
domain: zha
platform: device
type: remote_button_short_press
subtype: turn_on
action:
- service: media_player.media_play_pause
target:
entity_id: media_player.bathroom
2020-12-20 20:43:46 +00:00
mode: single
- id: bathroom-mirror-lights-off
alias: '[Bathroom] Mirror Button Lights toggle'
2020-12-20 20:43:46 +00:00
trigger:
- device_id: 4d5298037e93ba11438409bff01b5005
domain: zha
platform: device
type: remote_button_short_press
subtype: turn_off
action:
- service: script.bathroom_mirror_lights_toggle
2020-12-20 20:43:46 +00:00
mode: single