mirror of
https://github.com/basnijholt/adaptive-lighting.git
synced 2026-09-16 00:34:04 +02:00
remove comment
This commit is contained in:
parent
3b4602c915
commit
25d77cebbc
1 changed files with 0 additions and 9 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue