mirror of
https://github.com/home-assistant/core.git
synced 2025-07-31 19:25:12 +02:00
Fix return to base logic for neato (#16776)
This commit is contained in:
committed by
Paulus Schoutsen
parent
5613816476
commit
eec6722cf4
@@ -188,6 +188,8 @@ class NeatoConnectedVacuum(StateVacuumDevice):
|
||||
|
||||
def return_to_base(self, **kwargs):
|
||||
"""Set the vacuum cleaner to return to the dock."""
|
||||
if self._clean_state == STATE_CLEANING:
|
||||
self.robot.pause_cleaning()
|
||||
self._clean_state = STATE_RETURNING
|
||||
self.robot.send_to_base()
|
||||
|
||||
|
Reference in New Issue
Block a user