`adaptive_lighting.set_manual_control` is now an "unknown service" in HA 2022.9.0
See original GitHub issueVersion information:
AL 1.1.0 Previous version: 1.0.15
Description:
My Home Assistant updated overnight to build 2022.9.0. When I woke up, some lights didn’t turn as they were supposed to. I took a look at my HA screen and saw 6 “repairs” listed in the notification, all telling me essentially the same thing:
The automation "Manual Lights off - Kitchen" (automation.manual_lights_off_kitchen) has an action that calls an unknown service: adaptive_lighting.set_manual_control.
This error prevents the automation from running correctly. Maybe this service is no longer available, or perhaps a typo caused it.
To fix this error, [edit the automation](http://192.168.1.5:8123/config/automation/edit/1639522759747Kitchen) and remove the action that calls this service.
Click on SUBMIT below to confirm you have fixed this automation.
After some poking around, I realized that I needed to update several of my HACS integrations (including AL), so I did so. I went from HA 2022.8 and AL 1.0.15 to HA 2022.9 and AL 1.1.0, and the errors persist.
I presume that something changed in the HA 2022.9 update that AL will need to be adapted for in order to properly export the adaptive_lighting.set_manual_control
command again, but I really don’t have a clue.
Issue Analytics
- State:
- Created a year ago
- Reactions:1
- Comments:11 (2 by maintainers)
Top Results From Across the Web
adaptive-lighting - Bountysource
`adaptive_lighting.set_manual_control` is now an "unknown service" in HA 2022.9.0 $ 0 ... Created 3 months ago in basnijholt/adaptive-lighting with 0 comments.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@TheRealLink, update to the new version. That will solve that issue.
I’ve manually cleared the
Repairs
and they don’t seem to have come back. I guess this is resolved…