fwestenberg / reolink_dev

Home Assistant Reolink addon
MIT License
553 stars 101 forks source link

Integration using deprecated `async_get_registry` to access entity registry, use async_get instead #563

Open MacrosorcH opened 1 year ago

MacrosorcH commented 1 year ago

Pasted from HA system logs:

Logger: homeassistant.helpers.frame Source: helpers/frame.py:77 First occurred: 19:17:27 (2 occurrences) Last logged: 19:17:27

Detected integration that uses deprecated async_get_registry to access entity registry, use async_get instead. Please report issue to the custom integration author for reolink_dev using this method at custom_components/reolink_dev/utils.py, line 14: registry = await entity_registry.async_get_registry(hass) 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 reolink_dev using this method at custom_components/reolink_dev/utils.py, line 17: await hass.helpers.device_registry.async_get_registry()