devbis / ble2mqtt

Bluetooth to MQTT bridge, add your bluetooth-capable (including controllable) devices to your smart home
MIT License
125 stars 26 forks source link

Replace use of deprecated BLEDevice.rssi #56

Closed QuintinHill closed 11 months ago

QuintinHill commented 11 months ago

/usr/lib/python3.11/site-packages/ble2mqtt/ble2mqtt.py:867: FutureWarning: BLEDevice.rssi is deprecated and will be removed in a future version of Bleak, use AdvertisementData.rssi instead

devbis commented 11 months ago

Thank you for the contribution!