diff --git a/pyhon/hon.py b/pyhon/hon.py index 2f6f88d..2d4f01e 100644 --- a/pyhon/hon.py +++ b/pyhon/hon.py @@ -92,8 +92,8 @@ class Hon: if appliance.mac_address == "": return try: - await appliance.load_commands() await appliance.load_attributes() + await appliance.load_commands() await appliance.load_statistics() except (KeyError, ValueError, IndexError) as error: _LOGGER.exception(error) diff --git a/setup.py b/setup.py index 1e8e2fc..9e9df06 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with open("README.md", "r", encoding="utf-8") as f: setup( name="pyhOn", - version="0.17.5", + version="0.17.6", author="Andre Basche", description="Control hOn devices with python", long_description=long_description,