jesserockz / ha-leafspy

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

[BUG] deprecated async_get_registry #23

Closed ireneo77 closed 1 year ago

ireneo77 commented 1 year ago

Version of the custom_component

Configuration


Add your logs here.

Describe the bug

A clear and concise description of what the bug is.

Debug log

Logger: homeassistant.helpers.frame
Source: helpers/frame.py:77
First occurred: 18:15:37 (1 occurrences)
Last logged: 18:15:37

Detected integration that uses deprecated `async_get_registry` to access device registry, use async_get instead. Please report issue to the custom integration author for leafspy using this method at custom_components/leafspy/device_tracker.py, line 53: dev_reg = await device_registry.async_get_registry(hass)