diff --git a/homeassistant/helpers/reload.py b/homeassistant/helpers/reload.py index dcf6a59a71e..d6338af95c7 100644 --- a/homeassistant/helpers/reload.py +++ b/homeassistant/helpers/reload.py @@ -75,7 +75,7 @@ async def _resetup_platform( root_config[platform_domain].append(p_config) - component = integration.get_component() + component = await integration.async_get_component() if hasattr(component, "async_reset_platform"): # If the integration has its own way to reset