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