mirror of
https://github.com/esphome/esphome.git
synced 2026-09-14 16:48:40 +00:00
eebf27e2393c2ad29f18730b51d3f71d15b38cec
When multiple ble_client RSSI sensors were configured, they all reported the same RSSI value because the GAP event handler did not filter by remote device address. Add an address check so each sensor only processes RSSI events matching its parent client's device. Fixes https://github.com/esphome/esphome/issues/14898 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Description
ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems.
Readme
Multiple Licenses
603 MiB
Languages
C++
55.8%
Python
43.6%
C
0.3%
JavaScript
0.2%
