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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
ProfiMaktab v1.0.3 - Fix Sensor Attributes and Thread Safety
🐛 Bugs Fixed
Critical Issues
Fixed RuntimeError on dispatcher callback: Sensor attributes were not displaying in UI due to async_write_ha_state() being called from non-event-loop thread
Fixed thread-safety violation: Dispatcher callbacks now use call_soon_threadsafe() to safely update sensor state
Fixed missing sensor attributes: Attributes (lessons, marks, etc.) now properly display after data fetch from API