We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72fe1ad commit 114f3e2Copy full SHA for 114f3e2
miio/integrations/roborock/vacuum/updatehelper.py
@@ -30,7 +30,7 @@ def status(self) -> DeviceStatus:
30
main_status = self._main_update_method()
31
for name, method in statuses.items():
32
try:
33
- main_status.embed(method())
+ main_status.embed(name, method())
34
_LOGGER.debug(f"Success for {name}")
35
except DeviceException as ex:
36
_LOGGER.debug(
0 commit comments