From 74387acfc6bc076850f8cc721da490c382ac0167 Mon Sep 17 00:00:00 2001 From: Bas Nijholt Date: Mon, 31 Jul 2023 19:34:08 -0700 Subject: [PATCH] expand light groups --- custom_components/adaptive_lighting/switch.py | 1 + 1 file changed, 1 insertion(+) diff --git a/custom_components/adaptive_lighting/switch.py b/custom_components/adaptive_lighting/switch.py index a4708f31..6e6868d3 100644 --- a/custom_components/adaptive_lighting/switch.py +++ b/custom_components/adaptive_lighting/switch.py @@ -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."""