1
0

Fix bathroom mirror vacuum button

This commit is contained in:
Przemek Grondek 2022-02-05 15:43:44 +01:00
parent d9caadd322
commit b2eca49e27

View File

@ -33,8 +33,20 @@
type: remote_button_alt_short_press
subtype: button_3
action:
- service: vacuum.toggle
- service: vacuum.start
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
alias: '[Bathroom] Mirror Button Automations'