diff --git a/custom_components/adaptive_lighting/switch.py b/custom_components/adaptive_lighting/switch.py index 13413ee9..1fcf801d 100644 --- a/custom_components/adaptive_lighting/switch.py +++ b/custom_components/adaptive_lighting/switch.py @@ -2002,15 +2002,6 @@ class AdaptiveLightingManager: entity_ids = self._get_entity_list(data) - # For simplicity, only service calls affecting a single entity are currently handled. - # - # To add support for adapting multiple entities, the following properties - # need to hold for _all_ entities: - # - managed by this AL instance - # - not manually controlled - # - supporting the same relevant feature set - # - off state - def modify_service_data(service_data, entity_ids): """Modify the service data to contain the entity IDs.""" service_data.pop(ATTR_ENTITY_ID, None)