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
Fix Tuya air sensor SQLite serialization error (#4250)
Remove CustomTemperature class that caused SQLite binding errors when saving device attributes. Replace with direct byte parsing to extract temperature values without creating non-serializable objects to avoid "type 'CustomTemperature' is not supported" SQLite binding errors. Fixes#3671
0 commit comments