QuaKim

Results 17 comments of QuaKim

Hello, In: \custom_components\hon\__inti__.py line 58: for platform in PLATFORMS: hass.async_create_task( **hass.config_entries.async_forward_entry_setup(entry, platform)** ) return True replace hass.config_entries.async_forward_entry_setup(entry, platform) to hass.config_entries.async_forward_entry_setup**s**(entry, platform) for platform in PLATFORMS: hass.async_create_task( **hass.config_entries.async_forward_entry_setups(entry, platform)** ) return...

In log Detected blocking call to import_module with args ('pyhon.appliances.td',) inside the event loop by custom integration 'hon' at custom_components/hon/__init__.py, line 34: hon = await Hon( (offender: /usr/local/lib/python3.13/site-packages/pyhon/appliance.py, line 52:...

Now it's working ![Image](https://github.com/user-attachments/assets/d7dd0f91-dde0-446d-b289-2e403b3e6a51) Previously, In: \custom_components\hon_inti_.py line 58, I had changed `**hass.config_entries.async_forward_entry_setup(entry, platform)** ` to ` **hass.config_entries.async_forward_entry_setups(entry, platform)**` If we look at another line of code that calls **hass.config_entries**,...

> > hey, any chance you can share your wholte **init**.py? > > i am absolutely a noob in programming, and i cannot make it run.. I did all the...

> Hi Guys, > > Any update on this issue? With workaround integrations works but sensors don't update... The only way to update sensors is reloading integration. Create and automation...

I don't have this file y copied the files manualy

hank you very much, the script starts at boot without any issues. I created the rc.postscript with: /var/etc/persistent/mqtt/client/mqrun.sh