mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Fix return to base logic for neato (#16776)
This commit is contained in:
parent
5613816476
commit
eec6722cf4
@ -188,6 +188,8 @@ class NeatoConnectedVacuum(StateVacuumDevice):
|
|||||||
|
|
||||||
def return_to_base(self, **kwargs):
|
def return_to_base(self, **kwargs):
|
||||||
"""Set the vacuum cleaner to return to the dock."""
|
"""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._clean_state = STATE_RETURNING
|
||||||
self.robot.send_to_base()
|
self.robot.send_to_base()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user