B5r1oJ0A9G / teufel_raumfeld

Integration for Teufel smart speaker (aka Raumfeld Multiroom) into https://www.home-assistant.io/.
GNU General Public License v3.0
30 stars 6 forks source link

fix deprecation #39

Closed c-mellueh closed 1 year ago

c-mellueh commented 1 year ago

fix deprecation warning: 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 teufel_raumfeld using this method at custom_components/teufel_raumfeld/media_player.py, line 133: entity_registry = await hass.helpers.entity_registry.async_get_registry()

B5r1oJ0A9G commented 1 year ago

Thanks for your contribution!