onlyoneme / home-assistant-custom-components-wiim

WiiM devices integration for Home Assistant.
68 stars 9 forks source link

'wiim_custom' calls hass.services.async_register from a thread other than the event loop #24

Open xiglet opened 1 month ago

xiglet commented 1 month ago

Not able to make the Wim custom integration to work on a new HA-installation with version 2024.10.4.

Logger: homeassistant.helpers.frame Source: helpers/frame.py:188 First occurred: October 26, 2024 at 11:44:26 AM (1 occurrences) Last logged: October 26, 2024 at 11:44:26 AM

Detected that custom integration 'wiim_custom' calls hass.services.async_register from a thread other than the event loop, which may cause Home Assistant to crash or data to corrupt. For more information, see https://developers.home-assistant.io/docs/asyncio_thread_safety/#hassservicesasync_register at custom_components/wiim_custom/init.py, line 82: hass.services.async_register(, please report it to the author of the 'wiim_custom' custom integration