ha-edgeos
ha-edgeos copied to clipboard
Integration crossing thread boundaries
This has caused multiple crashes to my system.
2024-07-17 18:25:13.029 WARNING (SyncWorker_40) [homeassistant.helpers.frame] Detected that custom integration 'edgeos' calls hass.async_create_task 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/#hassasync_create_task at custom_components/edgeos/core/managers/home_assistant.py, line 77: self._hass.async_create_task(self.async_send_heartbeat()), please report it to the author of the 'edgeos' custom integration