cyr-ius / hass-livebox-component

Livebox Component for Home assistant
MIT License
59 stars 21 forks source link

deprecated `async_get_registry` #62

Closed Aohzan closed 2 years ago

Aohzan commented 2 years ago

Hello Deprecation warning message:

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