mirror of
https://github.com/basnijholt/adaptive-lighting.git
synced 2026-09-15 16:24:04 +02:00
expand light groups
This commit is contained in:
parent
1c6c27441b
commit
74387acfc6
1 changed files with 1 additions and 0 deletions
|
|
@ -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."""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue