mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 05:05:09 +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
|
"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:
|
||||||
|
Reference in New Issue
Block a user