This commit is contained in:
Andre Basche 2023-02-13 03:36:09 +01:00
parent cf481e5f13
commit 984d1b91b7
5 changed files with 23 additions and 14 deletions

View file

@ -1,4 +1,4 @@
from commands import HonCommand
from pyhon.commands import HonCommand
class HonDevice:
@ -147,3 +147,6 @@ class HonDevice:
async def load_statistics(self):
self._statistics = await self._connector.load_statistics(self)
async def update(self):
await self.load_attributes()