Closed StumblingGamer closed 1 year ago
+1 All not in AL integrated lights (e.g. switches converted to lights) cannot be turned on with version 1.15.1. 1.15.0 is working, so commit 1133f0d seems to be the culprit.
@StumblingGamer, @Eyco1981, thanks a lot for reporting. I understand what the problem is.
We don't have tests for managing lights that are not managed by AL so I didn't catch this one.
I opened https://github.com/basnijholt/adaptive-lighting/pull/639 which should fix this. I will release 1.15.2 promptly.
I have just released https://github.com/basnijholt/adaptive-lighting/releases/tag/1.15.2, let me know whether it works now.
Seems to be working again
Great, thanks for reporting back! 😄
Great, thanks for reporting back! 😄
Thanks for your quick response to this! Much appreciated.
Keep up the good work! My wife and I love the integration and what it does for the ambiance of the house. 🤘😁
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.
(If using Zigbee2MQTT), provide your configuration files (remove all personal information before posting):
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 thisDescribe the bug and how to reproduce it: Likely the cause: https://github.com/basnijholt/adaptive-lighting/pull/628 When attempting to call light.turn_on or light.toggle on any light that is not configured in Adaptive Lighting, an error is generated and light control is not possible.
Steps to reproduce the behavior: Call light.toggle or light.turn_on service on ANY light entity that is NOT configured with Adaptive Lighting.