Fix bathroom mirror vacuum button
This commit is contained in:
parent
d9caadd322
commit
b2eca49e27
@ -33,8 +33,20 @@
|
|||||||
type: remote_button_alt_short_press
|
type: remote_button_alt_short_press
|
||||||
subtype: button_3
|
subtype: button_3
|
||||||
action:
|
action:
|
||||||
- service: vacuum.toggle
|
- service: vacuum.start
|
||||||
entity_id: vacuum.robot_vacuum
|
entity_id: vacuum.robot_vacuum
|
||||||
|
- 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.robot_vacuum
|
||||||
|
|
||||||
|
|
||||||
- id: bathroom-mirror-button-4
|
- id: bathroom-mirror-button-4
|
||||||
alias: '[Bathroom] Mirror Button Automations'
|
alias: '[Bathroom] Mirror Button Automations'
|
||||||
|
Loading…
Reference in New Issue
Block a user