adaptive-lighting: Error doing job: Task exception was never retrieved
Hey there! After removing some lights from my configuration (not enabled in adaptive_lighting) a new error pops up. It points at /config/custom_components/adaptive_lighting/switch.py, thus I would believe it has to do with this integration. What can I do to help understand the root of this error?
2021-01-05 11:29:07 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File "/config/custom_components/adaptive_lighting/switch.py", line 1181, in turn_on_off_event_listener
entity_ids = cv.ensure_list_csv(service_data[ATTR_ENTITY_ID])
KeyError: 'entity_id'
About this issue
- Original URL
- State: closed
- Created 3 years ago
- Reactions: 11
- Comments: 19 (4 by maintainers)
Commits related to this issue
- Add test_area test, reproduce issue of #75 — committed to basnijholt/adaptive-lighting by basnijholt 2 years ago
- Merge pull request #321 from basnijholt/area_id Add support for areas and add a test that reproduce issue of #75 #283 — committed to basnijholt/adaptive-lighting by basnijholt 2 years ago
I fixed the problem in PR #321.
I will release 1.0.17 in a few minutes 🎉
@filikun https://github.com/basnijholt/adaptive-lighting/issues/75#issuecomment-761817955