Log zone cleaning (#47912)

This commit is contained in:
Simone Chemelli
2021-04-10 16:55:28 +02:00
committed by GitHub
parent 157c1d0ed2
commit fcf86e59cc

View File

@@ -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: