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
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()))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^