Error in log without tell concrete automation, script or sensor

Hi folks,

what will this error tell?

Error doing job: Exception in callback async_track_state_change.<locals>.state_change_listener(<Event state_...ew_state=None>) at /usr/src/homeassistant/homeassistant/helpers/event.py:82
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/asyncio/events.py", line 88, in _run
    self._context.run(self._callback, *self._args)
  File "/usr/src/homeassistant/homeassistant/helpers/event.py", line 104, in state_change_listener
    event.data.get("new_state"),
  File "/usr/src/homeassistant/homeassistant/core.py", line 370, in async_run_job
    target(*args)
  File "/usr/src/homeassistant/homeassistant/components/automation/state.py", line 93, in state_automation_listener
    call_action()
  File "/usr/src/homeassistant/homeassistant/components/automation/state.py", line 79, in call_action
    context=to_s.context,
AttributeError: 'NoneType' object has no attribute 'context'