kaddou69200

Results 2 comments of kaddou69200

in the file hon/__init__.py I change -> hass.config_entries.async_forward_entry_setup(entry, platform) By -> await hass.config_entries.async_forward_entry_setups(entry, [platform]) except for hass.async_create_task( hass.config_entries.async_forward_entry_setup(entry, [platform]) ) I just replace setup ->setups: hass.async_create_task( hass.config_entries.async_forward_entry_setups(entry, [platform]) ) Now...

Hi @Asom-Velz All my connection errors have disappeared and I have finally been able to add my Haier Hon account and find my washing machine and all the entities. When...