Skip to content

v1.2.3

Choose a tag to compare

@qelanhari qelanhari released this 06 Apr 08:19
· 2 commits to main since this release

Fix thread-safety error in async_call_later mode refresh callback.

The lambda passed to async_call_later was calling hass.async_create_task without being marked as a @callback, triggering HA's thread-safety check (RuntimeError) and causing the mode refresh coroutine to be silently dropped.