Skip to content

Commit

Permalink
fix implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
bramstroker committed Jul 8, 2023
1 parent 8668e29 commit 8627ddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/powercalc/group_include/include.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]:
Expand Down

0 comments on commit 8627ddf

Please sign in to comment.