Skip to content

Commit

Permalink
Name sub status containers
Browse files Browse the repository at this point in the history
  • Loading branch information
rytilahti committed Feb 3, 2023
1 parent 72fe1ad commit 114f3e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion miio/integrations/roborock/vacuum/updatehelper.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def status(self) -> DeviceStatus:
main_status = self._main_update_method()
for name, method in statuses.items():
try:
main_status.embed(method())
main_status.embed(name, method())
_LOGGER.debug(f"Success for {name}")
except DeviceException as ex:
_LOGGER.debug(
Expand Down

0 comments on commit 114f3e2

Please sign in to comment.