dave-code-ruiz / elkbledom

Home Assistant custom component for LED STRIP NAME ELK BLEDOM
MIT License
81 stars 17 forks source link

FutureWarning: BLEDevice.rssi is deprecated and will be removed in a future version of Bleak, use AdvertisementData.rssi instead return self._device.rssi #33

Closed tracedebrake closed 1 year ago

tracedebrake commented 1 year ago

Logger: py.warnings Source: custom_components/elkbledom/elkbledom.py:186 Integration: Elkbledom (documentation, issues) First occurred: 20:13:21 (3 occurrences) Last logged: 20:14:49

/config/custom_components/elkbledom/elkbledom.py:186: FutureWarning: BLEDevice.rssi is deprecated and will be removed in a future version of Bleak, use AdvertisementData.rssi instead return self._device.rssi

dave-code-ruiz commented 1 year ago

I know and try develop it but change a lot.

Finally i disable use of rssi in next version

Expect to it

dave-code-ruiz commented 1 year ago

new release 1.1.0 solved this issue, please test it.

i close the issue