HASwitchPlate / openHASP-custom-component

Home Assistant custom component for openHASP
https://www.openhasp.com
MIT License
51 stars 12 forks source link

error after update to HA 2022.06 #99

Closed xtimmy86x closed 2 years ago

xtimmy86x commented 2 years ago

After updating home assistant to 2022.06 version there is an error in the log:

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 openhasp using this method at custom_components/openhasp/init.py, line 247: device_registry = await dr.async_get_registry(hass)

nagyrobi commented 2 years ago

This is not an error, it's a warning, the component still works properly. Will be fixed in the next release.