Hi
Running the Check Home Assistant configuration plugin to verify update from
Version core-2021.2.3 to New Version core-2021.3.2 creates cryptic messages.
So I’m kind of stuck what to do. Any hint what is possibly wrong.
Thanks a lot.
[23:28:09] INFO: Installed Home Assistant 2021.3.2
[23:28:09] INFO: Making a copy of your configuration for checking…
[23:28:09] INFO: Checking your configuration against this version…
[23:35:50] ERROR: The configuration check did not pass!
[23:35:50] ERROR: See the output below for more details.
Testing configuration at /tmp/config
ERROR:homeassistant.helpers.check_config:Unexpected error validating config
Traceback (most recent call last):
File “/usr/local/lib/python3.8/site-packages/homeassistant/helpers/check_config.py”, line 147, in async_check_ha_config_file
await config_validator.async_validate_config( # type: ignore
File “/usr/local/lib/python3.8/site-packages/homeassistant/components/automation/config.py”, line 103, in async_validate_config
await asyncio.gather(
File “/usr/local/lib/python3.8/site-packages/homeassistant/components/automation/config.py”, line 85, in _try_async_validate_config_item
config = await async_validate_config_item(hass, config, full_config)
File “/usr/local/lib/python3.8/site-packages/homeassistant/components/automation/config.py”, line 63, in async_validate_config_item
config[CONF_TRIGGER] = await async_validate_trigger_config(
File “/usr/local/lib/python3.8/site-packages/homeassistant/helpers/trigger.py”, line 49, in async_validate_trigger_config
conf = await platform.async_validate_trigger_config(hass, conf)
File “/usr/local/lib/python3.8/site-packages/homeassistant/components/device_automation/trigger.py”, line 21, in async_validate_trigger_config
return await getattr(platform, “async_validate_trigger_config”)(hass, config)
[23:35:50] INFO: The full output has been written to /share/check_config.txt
[cont-finish.d] executing container finish scripts…
[cont-finish.d] done.
[s6-finish] waiting for services.
[s6-finish] sending all processes the TERM signal.
[s6-finish] sending all processes the KILL signal and exiting.