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.
Fixed client-count sensors (LAN, Wi-Fi 2.4/5/6 GHz, derived WiFi total) crashing with "'int' object has no attribute 'strip'" - the shared value_template's parse_result=True silently converts a bare number like "0" into a native int before it reaches our code.
Renamed "IP Address"/"IPv6 Address" to "External IP Address"/"External IPv6 Address" to avoid colliding with the new LAN IP Address sensor.
Renamed "Vendor" to "Manufacturer" to match its entity_id.
Wi-Fi 2.4/5/6 GHz Status sensors now show a dynamic wifi/wifi-off icon based on Active state.