zachcheatham / ha-omada

Home Assistant TP-Link Omada Integration
189 stars 26 forks source link

async_get_registry Deprecated #29

Closed esmoyer closed 2 years ago

esmoyer commented 2 years ago

Getting this error in the logs:

Detected integration that uses deprecated async_get_registry to access entity registry, use async_get instead. Please report issue to the custom component author for omada using this method at custom_components/omada/device_tracker.py, line 66: entity_registry = await hass.helpers.entity_registry.async_get_registry()

zachcheatham commented 2 years ago

Thanks for the heads up @esmoyer!

esmoyer commented 2 years ago

No, thank you!

zachcheatham commented 2 years ago

Removed use of this method in f2e56f5.