expand light groups

This commit is contained in:
Bas Nijholt 2023-07-31 19:34:08 -07:00
commit 74387acfc6

View file

@ -1977,6 +1977,7 @@ class AdaptiveLightingManager:
)
entity_ids = self._get_entity_list(data)
entity_ids = _expand_light_groups(self.hass, entity_ids)
def modify_service_data(service_data, entity_ids):
"""Modify the service data to contain the entity IDs."""