From 6b186bac328eada8dd987280224ad1315853a163 Mon Sep 17 00:00:00 2001 From: pgrondek Date: Tue, 17 Nov 2020 00:55:33 +0100 Subject: [PATCH] Fix vacuum automations --- automations/files/vacuum.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/automations/files/vacuum.yaml b/automations/files/vacuum.yaml index 974aa5d..c95e11e 100644 --- a/automations/files/vacuum.yaml +++ b/automations/files/vacuum.yaml @@ -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 \ No newline at end of file