Open jackwilsdon opened 10 months ago
It seems like this is due to _get_entity_list
only checking entity_id
and area_id
: https://github.com/basnijholt/adaptive-lighting/blob/3118e6f308b13927049c764f8131bf7d62ea56f6/custom_components/adaptive_lighting/switch.py#L2197-L2221
I guess this could be extended to return all light
entities for all devices in the device_id
list from the device registry? I wouldn't mind opening a PR for this.
Home Assistant Adaptive Lighting Issue Template
Bug Reports
If you need help with using or configuring Adaptive Lighting, please open a Q&A discussion thread here instead.
Before submitting a bug report, please follow these troubleshooting steps:
Please confirm that you have completed the following steps:
Required information for bug reports:
Please include the following information in your issue.
Issues missing this information may not be addressed.
From
.storage/core.config_entries
:devices.yaml
groups.yaml
configuration.yaml
⚠️; Warning REMOVE ALL of the PERSONAL INFORMATION BELOW before posting ⚠️;server
:user
:password
:pan_id
:network_key
:log_syslog
if you use thisservice: light.turn_on target: device_id:
Turning on the light with
entity_id
correctly adapts the color and brightness:These lines line from the log seems to indicate that Adaptive Lighting thinks something other than HA turned on the light (seemingly because it isn't checking for
device_id
?):