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
- Replace async_create_task() calls with direct calls to async_write_ha_state()
- async_write_ha_state() is synchronous, not a coroutine
- Fixes issue reported in #54 comments where users got TypeError
- Updated both template_sensor_state_listener and template_sensor_startup callbacks
0 commit comments