-
So I assume this has something to do with the breaking change regarding timers mentioned in the release notes, but im struggling trying to figure out what to do. The error is below - and I tried to use chatgpt but it was suggesting editting the time.py file which im pretty sure is wrong. Any help would be appreciated, thanks! Logger: homeassistant Error doing job: Exception in callback Entity._async_write_ha_state_from_call_soon_threadsafe() (None) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
ChatGPT seems to be correct. timedelta does not handle all components being unset, so we need to catch this case and avoid using it for devices that do not return anything when the timer is unset (or for other reasons of their own). |
Beta Was this translation helpful? Give feedback.
The change has already been made, so you could try the latest time.py from the repository.