home-assistant / home-assistant/iOS
BSSID sensor value incorrect when local push active
- Dominant language
- Swift
- Stars
- 2.4k
- Forks
- 520
- Avg merge
- 7h 27m
- Merged PRs (30d)
- 264
Description
**iOS device model, version and app version**
Model Name: iPhone 14 Pro Max
Software Version: 26.5
App version: 2026.1904
**Home Assistant Core Version**
2026.5.4
**Describe the bug**
When the local push is enabled, BSSID sensor value being updated twice and one of these is incorrect. This is probably because of after WiFi roaming takes place, active BSSID value is not reflected for the local push data set for a same SSID, causes pushing its old (before roaming) state besides the actual state.
**To Reproduce**
Enable local push and move closer to another access point (in same SSID), local push would still push the old/first BSSID value besides the actual one (check sensor history).
**Expected behavior**
BSSID sensor data must be consistent between local push and other update triggers.
**Screenshots**
Contributor guide
Assessment
This issue has not been assessed yet.