log fixed
This commit is contained in:
parent
1cf9e5ae1f
commit
1f0e7b35e8
1 changed files with 0 additions and 2 deletions
|
@ -404,9 +404,7 @@ class MiroboVacuum(StateVacuumDevice):
|
|||
zone,
|
||||
repeats=1):
|
||||
"""Clean selected area for the number of repeats indicated."""
|
||||
_LOGGER.debug("Zone to clean: %s repeats: %s", zone, repeats)
|
||||
from miio import DeviceException
|
||||
_LOGGER.debug("Original zone: %s", zone)
|
||||
for _zone in zone:
|
||||
_zone.append(repeats)
|
||||
_LOGGER.debug("Zone with repeats: %s", zone)
|
||||
|
|
Loading…
Add table
Reference in a new issue