v1.2.3
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.