jesserockz / ha-leafspy

A Home Assistant integration to receive live data sent from the LeafSpy app
MIT License
24 stars 8 forks source link

Address deprecated async_get_registry #21

Closed wtadler closed 2 years ago

wtadler commented 2 years ago

With 2022.6, I started getting the following warning regarding ha-leafspy:

Detected integration that uses deprecated `async_get_registry` to access device registry, use async_get instead

I followed what was done here for a different integration. I now get no warning, and everything seems to be working fine.