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: show Private BLE friendly name instead of MAC on map/follow/devices
Private BLE devices (iPhones, Apple Watches) now display their resolved
name (e.g. "Adam's iPhone") via the private_ble_name field instead of
the raw rotating MAC address. Applies to all label chains in overview
(2D map, 3D ISO, room chips, tooltips), follow view, and devices list.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,13 @@ All notable changes to PadSpan HA are documented here.
4
4
5
5
---
6
6
7
+
## 0.17.3 — Bug Fix (2026-03-24)
8
+
9
+
### Fixed
10
+
-**Private BLE devices show friendly name instead of MAC** — map, follow, and devices views now use the resolved `private_ble_name` (e.g., "Adam's iPhone") when no user label is set, instead of displaying the raw rotating MAC address. Affects overview (2D, 3D, room chips, ISO stack), follow view, and devices list.
0 commit comments