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

Most upvoted comments

I fixed the problem in PR #321.

I will release 1.0.17 in a few minutes 🎉