H9A3TCBEXS-S #36
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
With this model dryer i have the numbers in place of names for the following sensors: Machine Status (2) and Program (35 or unknown program 0)
Hi, should be fixed now checkout the latest version 🙂
with new version 0.7 i have this error: Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 383, in async_setup
result = await component.async_setup_entry(hass, self)
File "/config/custom_components/hon/init.py", line 31, in async_setup_entry
hon = await Hon(
File "/usr/local/lib/python3.10/site-packages/pyhon/hon.py", line 41, in create
await self.setup()
File "/usr/local/lib/python3.10/site-packages/pyhon/hon.py", line 67, in setup
await self._create_appliance(appliance)
File "/usr/local/lib/python3.10/site-packages/pyhon/hon.py", line 52, in _create_appliance
await asyncio.gather(
File "/usr/local/lib/python3.10/site-packages/pyhon/appliance.py", line 203, in load_commands
await self._recover_last_command_states()
File "/usr/local/lib/python3.10/site-packages/pyhon/appliance.py", line 149, in _recover_last_command_states
command.category = parameters.pop("category")
KeyError: 'category'
Please test
v0.7.1
With 0.7.1 it works but many sensors are missing, upgrading to the latest version 0.7.3 only Program is missing
thanks for the great work :)