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
Matter/HomeKit are now their own connection types (badges purple/cyan), instead of being labelled as "Thread". HA does not reliably expose the underlying transport for these integrations.
Performance fix for sensor.down_devices: state attributes no longer carry the full device list (was ~98 KB), only down_count. Full device data is fetched via the device_saver/get_devices WebSocket command. Eliminates Recorder warnings about oversized states.