Hi, I get this error every night at different times.
I have definitely no idea where to look for the bug.
Can somebody push me into the right direction.
Protokolldetails ( ERROR )
Logger: homeassistant
Source: components/template/trigger.py:55
First occurred: 2:51:00 (1 occurrences)
Last logged: 2:51:00
Error doing job: Exception in callback async_track_point_in_utc_time.<locals>.run_action() at /usr/src/homeassistant/homeassistant/helpers/event.py:1137
Traceback (most recent call last):
File "/usr/local/lib/python3.8/asyncio/events.py", line 81, in _run
self._context.run(self._callback, *self._args)
File "/usr/src/homeassistant/homeassistant/helpers/event.py", line 1156, in run_action
hass.async_run_hass_job(job, utc_point_in_time)
File "/usr/src/homeassistant/homeassistant/core.py", line 434, in async_run_hass_job
hassjob.target(*args)
File "/usr/src/homeassistant/homeassistant/helpers/event.py", line 1362, in pattern_time_change_listener
hass.async_run_hass_job(job, dt_util.as_local(now) if local else now)
File "/usr/src/homeassistant/homeassistant/core.py", line 434, in async_run_hass_job
hassjob.target(*args)
File "/usr/src/homeassistant/homeassistant/helpers/event.py", line 811, in _refresh_from_time
self._refresh(None, track_templates=track_templates)
File "/usr/src/homeassistant/homeassistant/helpers/event.py", line 960, in _refresh
self.hass.async_run_hass_job(self._job, event, updates)
File "/usr/src/homeassistant/homeassistant/core.py", line 434, in async_run_hass_job
hassjob.target(*args)
File "/usr/src/homeassistant/homeassistant/components/template/trigger.py", line 55, in template_listener
entity_id = event.data.get("entity_id")
AttributeError: 'NoneType' object has no attribute 'data'
I have around 30 triggers with platform template. But all of them doing fine without errors.