enkama / hass-variables

Home Assistant variables component
89 stars 12 forks source link

Error running job after upgrade HA to 2024.7 #120

Closed maniakum closed 1 month ago

maniakum commented 1 month ago

`Logger: homeassistant.core Zdroj: core.py:1559 První výskyt: 11:32:01 (2865 výskyty) Naposledy logováno: 11:34:38

Error running job: <Job listen HassJobType.Callback <function Recorder.async_initialize.._event_listener at 0xffff9a36a700>> Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/core.py", line 1559, in async_fire_internal self._hass.async_run_hass_job(job, event) File "/usr/src/homeassistant/homeassistant/core.py", line 938, in async_run_hass_job hassjob.target(args) File "/usr/src/homeassistant/homeassistant/components/recorder/core.py", line 330, in _event_listener if entity_filter(entity_id): ^^^^^^^^^^^^^^^^^^^^^^^^ File "/config/custom_components/variable/recorder_history_prefilter/recorder_prefilter.py", line 134, in entity_filter return recorder_entity_filter(entity_id) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: 'NoneType' object is not callable `

maniakum commented 1 month ago

Remove and download again helped.

Snuffy2 commented 1 month ago

This is the same issue as https://github.com/gcobb321/icloud3/issues/349

Once @gcobb321 resolves the issue, I'll implement the updated code here.