giachello / mlgw

This components integrates Bang & Olufsen Master Link Gateway and Beolink Gateway to Home Assistant, the open-source home automation platform.
28 stars 6 forks source link

Fix deprecation warnings in HA 2022.5 and 2022.6 #17

Closed astrandb closed 2 years ago

astrandb commented 2 years ago

Align code with Homeassistant >= 2022.5 to remove deprecation messages. Verified on HA 2022.5.5 and HA 2022.6.0.dev

There are still warnings from blocking calls in event loop. They emanate from the use of time.sleep() in a couple of places.

giachello commented 2 years ago

Thank you!