Skip to content

Commit 114f3e2

Browse files
committed
Name sub status containers
1 parent 72fe1ad commit 114f3e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

miio/integrations/roborock/vacuum/updatehelper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def status(self) -> DeviceStatus:
3030
main_status = self._main_update_method()
3131
for name, method in statuses.items():
3232
try:
33-
main_status.embed(method())
33+
main_status.embed(name, method())
3434
_LOGGER.debug(f"Success for {name}")
3535
except DeviceException as ex:
3636
_LOGGER.debug(

0 commit comments

Comments
 (0)