mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 20:55:10 +02:00
Log zone cleaning (#47912)
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user