Fix wrong values

This commit is contained in:
Andre Basche
2023-03-03 18:24:19 +01:00
parent 83bb99a34e
commit 22276832cd
3 changed files with 7 additions and 3 deletions

View File

@ -166,3 +166,7 @@ class HonDevice:
async def update(self):
await self.load_attributes()
@property
def data(self):
return self.attributes | self.parameters | self._appliance | self._statistics