cavaliere78

Results 1 comments of cavaliere78

Hi all, in orde to fix the issue I replacede in custom_components/hon/__init__.py the below code: # for platform in PLATFORMS: # hass.async_create_task( # hass.config_entries.async_forward_entry_setup(entry, platform) # ) with: await hass.config_entries.async_forward_entry_setups(entry,...