mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
Log zone cleaning (#47912)
This commit is contained in:
parent
157c1d0ed2
commit
fcf86e59cc
@ -395,6 +395,7 @@ class NeatoConnectedVacuum(StateVacuumEntity):
|
|||||||
"Zone '%s' was not found for the robot '%s'", zone, self.entity_id
|
"Zone '%s' was not found for the robot '%s'", zone, self.entity_id
|
||||||
)
|
)
|
||||||
return
|
return
|
||||||
|
_LOGGER.info("Start cleaning zone '%s' with robot %s", zone, self.entity_id)
|
||||||
|
|
||||||
self._clean_state = STATE_CLEANING
|
self._clean_state = STATE_CLEANING
|
||||||
try:
|
try:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user