Fix vacuum automations
This commit is contained in:
parent
7e51b17e1a
commit
6b186bac32
@ -7,7 +7,7 @@
|
||||
event: leave
|
||||
condition: []
|
||||
action:
|
||||
- service: vacuum.turn_on
|
||||
- service: vacuum.start
|
||||
data: {}
|
||||
entity_id: vacuum.robot_vacuum
|
||||
mode: single
|
||||
@ -21,7 +21,7 @@
|
||||
event: enter
|
||||
condition: []
|
||||
action:
|
||||
- service: vacuum.turn_off
|
||||
- service: vacuum.return_to_base
|
||||
data: {}
|
||||
entity_id: vacuum.robot_vacuum
|
||||
mode: single
|
Loading…
Reference in New Issue
Block a user