Hi all,
i just updated to core-2022.7.1 and after the install i’m getting an error in the logs i have never seen before. Any ideas on how i can resolve this?
Logs:
Logger: homeassistant.helpers.check_config
Source: components/zha/core/helpers.py:173
First occurred: 7:45:21 AM (7 occurrences)
Last logged: 7:47:42 AM
Unexpected error validating config
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/check_config.py", line 162, in async_check_ha_config_file
await config_validator.async_validate_config(hass, config)
File "/usr/src/homeassistant/homeassistant/components/automation/config.py", line 126, in async_validate_config
await asyncio.gather(
File "/usr/src/homeassistant/homeassistant/components/automation/config.py", line 103, 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 59, 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 69, in async_validate_trigger_config
return await platform.async_validate_trigger_config(hass, config)
File "/usr/src/homeassistant/homeassistant/components/zha/device_trigger.py", line 41, in async_validate_trigger_config
zha_device = async_get_zha_device(hass, config[CONF_DEVICE_ID])
File "/usr/src/homeassistant/homeassistant/components/zha/core/helpers.py", line 173, in async_get_zha_device
raise ValueError(f"Device id `{device_id}` not found in registry.")
ValueError: Device id `9dea45becf0b5a60c0f8b2d395641d87` not found in registry.