mirror of
https://github.com/home-assistant/core.git
synced 2025-07-20 11:47:06 +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
|
||||
)
|
||||
return
|
||||
_LOGGER.info("Start cleaning zone '%s' with robot %s", zone, self.entity_id)
|
||||
|
||||
self._clean_state = STATE_CLEANING
|
||||
try:
|
||||
|
Loading…
x
Reference in New Issue
Block a user