diff --git a/custom_components/powercalc/group_include/include.py b/custom_components/powercalc/group_include/include.py index b035f79ee..4be9ed26b 100644 --- a/custom_components/powercalc/group_include/include.py +++ b/custom_components/powercalc/group_include/include.py @@ -27,7 +27,7 @@ def resolve_include_entities(hass: HomeAssistant, include_config: dict) -> list: powercalc_entities = [] - source_entities = resolve_include_entities(hass, include_config) + source_entities = resolve_include_source_entities(hass, include_config) _LOGGER.debug("Found include entities: %s", source_entities) for source_entity in source_entities: if source_entity.entity_id in hass.data[DOMAIN][DATA_CONFIGURED_ENTITIES]: