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