Unable to restart home assistant (Unexpected error calling config validator: AssertionError)

Hi, y’al!

I’m now randomly unable to restart home assistant or reload congs because of this error. I tried commenting out all that I changed, and still nothing. Any advice?

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/check_config.py", line 155, in async_check_ha_config_file
    await config_validator.async_validate_config(  # type: ignore
  File "/usr/src/homeassistant/homeassistant/components/automation/config.py", line 129, in async_validate_config
    await asyncio.gather(
  File "/usr/src/homeassistant/homeassistant/components/automation/config.py", line 106, in _try_async_validate_config_item
    config = await async_validate_config_item(hass, config, full_config)
  File "/usr/src/homeassistant/homeassistant/components/automation/config.py", line 74, in async_validate_config_item
    config[CONF_TRIGGER] = await async_validate_trigger_config(
  File "/usr/src/homeassistant/homeassistant/helpers/trigger.py", line 50, in async_validate_trigger_config
    conf = await platform.async_validate_trigger_config(hass, conf)
  File "/usr/src/homeassistant/homeassistant/components/device_automation/trigger.py", line 26, in async_validate_trigger_config
    return await getattr(platform, "async_validate_trigger_config")(hass, config)
  File "/usr/src/homeassistant/homeassistant/components/zwave_js/device_trigger.py", line 220, in async_validate_trigger_config
    if async_is_device_config_entry_not_loaded(hass, config[CONF_DEVICE_ID]):
  File "/usr/src/homeassistant/homeassistant/components/zwave_js/helpers.py", line 283, in async_is_device_config_entry_not_loaded
    assert device
AssertionError

Hi there,

I just got the same thing when I upgraded last week. Did you ever find a solution? Try not start over.

I’m also missing my “Automation” in My Configuration.