2021-05-25 11:54:21 +00:00
|
|
|
- id: bathroom-mirror-lights-on
|
2021-06-30 09:52:38 +00:00
|
|
|
alias: '[Bathroom] Mirror Button Music'
|
2020-12-20 20:43:46 +00:00
|
|
|
trigger:
|
2022-01-30 16:37:13 +00:00
|
|
|
- device_id: ea9d3cc90cf5da1108925e50489efce9
|
|
|
|
domain: zha
|
|
|
|
platform: device
|
|
|
|
type: remote_button_alt_short_press
|
|
|
|
subtype: button_2
|
2020-12-20 20:43:46 +00:00
|
|
|
action:
|
2021-06-30 09:52:38 +00:00
|
|
|
- service: media_player.media_play_pause
|
|
|
|
target:
|
|
|
|
entity_id: media_player.bathroom
|
2020-12-20 20:43:46 +00:00
|
|
|
mode: single
|
2021-05-25 11:54:21 +00:00
|
|
|
|
|
|
|
- id: bathroom-mirror-lights-off
|
2021-06-30 09:52:38 +00:00
|
|
|
alias: '[Bathroom] Mirror Button Lights toggle'
|
2020-12-20 20:43:46 +00:00
|
|
|
trigger:
|
2022-01-30 16:37:13 +00:00
|
|
|
- device_id: ea9d3cc90cf5da1108925e50489efce9
|
|
|
|
domain: zha
|
|
|
|
platform: device
|
|
|
|
type: remote_button_alt_short_press
|
|
|
|
subtype: button_1
|
2020-12-20 20:43:46 +00:00
|
|
|
action:
|
2021-11-12 02:30:51 +00:00
|
|
|
- service: script.bathroom_mirror_lights_toggle
|
2020-12-20 20:43:46 +00:00
|
|
|
mode: single
|
2022-01-30 16:37:13 +00:00
|
|
|
|
|
|
|
- id: bathroom-mirror-button-3
|
|
|
|
alias: '[Bathroom] Mirror Button Vacuum'
|
|
|
|
trigger:
|
|
|
|
- device_id: ea9d3cc90cf5da1108925e50489efce9
|
|
|
|
domain: zha
|
|
|
|
platform: device
|
|
|
|
type: remote_button_alt_short_press
|
|
|
|
subtype: button_3
|
|
|
|
action:
|
|
|
|
- service: vacuum.toggle
|
|
|
|
entity_id: vacuum.robot_vacuum
|
|
|
|
|
|
|
|
- id: bathroom-mirror-button-4
|
|
|
|
alias: '[Bathroom] Mirror Button Automations'
|
|
|
|
trigger:
|
|
|
|
- device_id: ea9d3cc90cf5da1108925e50489efce9
|
|
|
|
domain: zha
|
|
|
|
platform: device
|
|
|
|
type: remote_button_alt_short_press
|
|
|
|
subtype: button_3
|
|
|
|
action:
|
|
|
|
- service: automation.turn_off
|
|
|
|
target:
|
|
|
|
entity_id:
|
|
|
|
- automation.bathroom_shower_motion_off
|
|
|
|
- automation.bathroom_lights_off
|