Automations and scripts crashing after 2024.11 update with strange errors

Hi,

after I updated to 2024.11 a lot of my automation and scripts crash with the same error Error: ‘EntityDescription’ object has no attribute ‘display_precision’

When I look into the traces, it mostly crashes when turning off lights. The lights turn off fine but then the script stops

Screenshot 2024-11-14 at 19.41.02

It is absolutely strange as all these have worked flawlessly for months and I did not change anything.

Also the error is super strange. I also get a bunch of python errors in the system log

stuff like

File “/usr/src/homeassistant/homeassistant/components/automation/init.py”, line 743, in async_trigger
return await self.action_script.async_run(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/src/homeassistant/homeassistant/helpers/script.py”, line 1801, in async_run
return await asyncio.shield(create_eager_task(run.async_run()))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

The YAML/Jinja2 code of one of the failing scripts would help a lot and make sure to insert and format it as code.

I did some testing and could not find the root cause. Also the logs looked very strange. So in the end I did a full system restart incl Z2M and now it works again without issues. Very strange