Skip to content

Commit

Permalink
Poetry update
Browse files Browse the repository at this point in the history
  • Loading branch information
bramstroker committed Aug 5, 2023
1 parent dcd4c2d commit 191ddee
Show file tree
Hide file tree
Showing 4 changed files with 645 additions and 641 deletions.
2 changes: 1 addition & 1 deletion custom_components/powercalc/sensors/group.py
Expand Up @@ -350,7 +350,7 @@ def resolve_entity_ids_recursively(
area_entities = [
entity.entity_id
for entity in resolve_include_entities(
hass, {CONF_AREA: entry.data[CONF_AREA]}
hass, {CONF_AREA: entry.data[CONF_AREA]},
)
if isinstance(
entity,
Expand Down

0 comments on commit 191ddee

Please sign in to comment.