Skip to content

Commit

Permalink
Merge pull request #132 from cerebrate/patch-1
Browse files Browse the repository at this point in the history
Update LightGroup signature.
  • Loading branch information
jseidl committed Aug 8, 2021
2 parents 8af6f70 + 44489f5 commit b2a5d2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/magic_areas/light.py
Expand Up @@ -42,4 +42,4 @@ async def async_setup_entry(hass, config_entry, async_add_entities):
_LOGGER.debug(
f"Creating light groups for area {area.name} with lights: {light_entities}"
)
async_add_entities([LightGroup(group_name, light_entities)])
async_add_entities([LightGroup(None, group_name, light_entities)])

0 comments on commit b2a5d2b

Please sign in to comment.