Usman Khan

Results 2 comments of Usman Khan

change this ``` for platform in PLATFORMS: hass.async_create_task( hass.config_entries.async_forward_entry_setups(entry, platform) ) ``` to ``` await hass.config_entries.async_forward_entry_setups(entry, PLATFORMS) ``` in `custom_components/hon/__init__.py`

https://github.com/Andre0512/hon/issues/302#issuecomment-2967995802