Skip to content

Commit

Permalink
🧹 improve for viomi.vacuum (#2212)
Browse files Browse the repository at this point in the history
  • Loading branch information
al-one committed Dec 31, 2024
1 parent 52b8e36 commit 62a37bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions custom_components/xiaomi_miot/vacuum.py
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,7 @@ async def async_update(self):
adt['clean_time'] = props['miio.s_time']
if adt:
await self.async_update_attrs(adt)
self.device.dispatch(self.device.decode_attrs(adt))

def locate(self, **kwargs):
"""Locate the vacuum cleaner."""
Expand Down

0 comments on commit 62a37bc

Please sign in to comment.