1
0

Fix vacuum automations

This commit is contained in:
pgrondek 2020-11-17 00:55:33 +01:00
parent 7e51b17e1a
commit 6b186bac32

View File

@ -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