2021-01-01 02:59:21 +00:00
|
|
|
- id: button-bathroom-mirror-on
|
2021-01-07 00:48:14 +00:00
|
|
|
alias: '[Bathroom] Mirror Button On'
|
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:
|
2020-12-22 02:09:52 +00:00
|
|
|
- service: light.turn_on
|
2020-12-20 20:43:46 +00:00
|
|
|
data:
|
2021-01-23 18:32:51 +00:00
|
|
|
entity_id: light.bathroom_mirror_lights
|
2020-12-20 20:43:46 +00:00
|
|
|
mode: single
|
2021-01-01 02:59:21 +00:00
|
|
|
- id: button-bathroom-mirror-off
|
2021-01-07 00:48:14 +00:00
|
|
|
alias: '[Bathroom] Mirror Button Off'
|
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:
|
2020-12-22 02:09:52 +00:00
|
|
|
- service: light.turn_off
|
2020-12-20 20:43:46 +00:00
|
|
|
data:
|
2021-01-23 18:32:51 +00:00
|
|
|
entity_id: light.bathroom_mirror_lights
|
2020-12-20 20:43:46 +00:00
|
|
|
mode: single
|