I have been waiting for some time to upgrade from 2024.11, because I had to upgrade the firmware on my zigbee controller. But now that is done, I have now tried to upgrade to HA 2025.2.3 - but my zwave integration fails.
Its zwavejs running in own docker container on another host (with USB zwave controller connected).
In HA it fails loading the zwave intration, but it also says.
1.0.0 - Custom integration that replaces a core component
How can I fix that?
Logger: homeassistant.setup
Source: setup.py:340
First occurred: 22:39:23 (1 occurrences)
Last logged: 22:39:23
Setup failed for custom integration 'zwave_js': Unable to import component: pydantic:create_model_from_typeddict has been removed in V2. For further information visit https://errors.pydantic.dev/2.10/u/import-error
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/loader.py", line 1015, in async_get_component
comp = await self.hass.async_add_import_executor_job(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
self._get_component, True
^^^^^^^^^^^^^^^^^^^^^^^^^
)<snip>
^