You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it seems like this problem has repapered on this integration.
getting this error on my log: Detected that custom integration 'ekon-local' calls async_write_ha_state 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/#async_write_ha_state at custom_components/ekon-local/climate.py, line 209: asyncio.run_coroutine_threadsafe(self._devices[0].async_schedule_update_ha_state(), self.hass.loop). Please report it to the author of the 'ekon-local' custom integration.
The text was updated successfully, but these errors were encountered:
I had downgraded to 2024.9.3 to avoid this problem and just upgraded to latest 2024.11.2 and am no longer having this issue. It must have been a homeassistant problem
it seems like this problem has repapered on this integration.
getting this error on my log:
Detected that custom integration 'ekon-local' calls async_write_ha_state 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/#async_write_ha_state at custom_components/ekon-local/climate.py, line 209: asyncio.run_coroutine_threadsafe(self._devices[0].async_schedule_update_ha_state(), self.hass.loop). Please report it to the author of the 'ekon-local' custom integration.
The text was updated successfully, but these errors were encountered: