49 lines
1.4 KiB
YAML
49 lines
1.4 KiB
YAML
- id: bathroom-mirror-lights
|
|
alias: '[Bathroom] Mirror Button Lights toggle'
|
|
trigger:
|
|
- device_id: ea9d3cc90cf5da1108925e50489efce9
|
|
domain: zha
|
|
platform: device
|
|
type: remote_button_alt_short_press
|
|
subtype: button_1
|
|
action:
|
|
- service: script.bathroom_mirror_lights_toggle
|
|
mode: single
|
|
|
|
- id: bathroom-mirror-button-vacuum
|
|
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.start
|
|
entity_id: vacuum.valetudo_valetudos5
|
|
- choose:
|
|
- conditions:
|
|
- condition: state
|
|
entity_id: input_boolean.sleep_mode
|
|
state: 'on'
|
|
sequence:
|
|
- service: vacuum.set_fan_speed
|
|
data:
|
|
fan_speed: Silent
|
|
target:
|
|
entity_id: vacuum.valetudo_valetudos5
|
|
|
|
- id: bathroom-mirror-button-automations-off
|
|
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 |