I get the following warning message on my HA startup. Using Core 2022.07.1 (latest at the time of writing).
2022-07-08 09:26:03 WARNING (MainThread) [homeassistant.helpers.frame] Detected integration that uses deprecated async_get_registry to access device registry, use async_get instead. Please report issue to the custom component author for hasl3 using this method at custom_components/hasl3/init.py, line 245: device_registry = await dr.async_get_registry(hass)
I get the following warning message on my HA startup. Using Core 2022.07.1 (latest at the time of writing).
2022-07-08 09:26:03 WARNING (MainThread) [homeassistant.helpers.frame] Detected integration that uses deprecated
async_get_registry
to access device registry, use async_get instead. Please report issue to the custom component author for hasl3 using this method at custom_components/hasl3/init.py, line 245: device_registry = await dr.async_get_registry(hass)