tomaae / homeassistant-mikrotik_router

Mikrotik router integration for Home Assistant
Apache License 2.0
301 stars 50 forks source link

[Bug]Detected integration that uses deprecated `async_get_registry` to access entity registry #221

Closed khaisilk1910 closed 2 years ago

khaisilk1910 commented 2 years ago

Plesase fix that. Many thank!

Logger: homeassistant.helpers.frame Source: helpers/frame.py:103 First occurred: 3:10:19 PM (1 occurrences) Last logged: 3:10:19 PM

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 mikrotik_router using this method at custom_components/mikrotik_router/mikrotik_controller.py, line 443: registry = await self.hass.helpers.entity_registry.async_get_registry()

tomaae commented 2 years ago

already fixed in #209