Hello guys,
I am running 2022.5.5 and already when going to this version I tried to check configuration using the official Configuration check add-on. It always fails but based on the output I cannot figure out where is the problem. The update in the end worked fine. Now I am seeing again errors in the configuration check:
[s6-init] making user provided files available at /var/run/s6/etc...exited 0.
[s6-init] ensuring user provided files have correct perms...exited 0.
[fix-attrs.d] applying ownership & permissions fixes...
[fix-attrs.d] done.
[cont-init.d] executing container initialization scripts...
[cont-init.d] done.
[services.d] starting services
[services.d] done.
[19:02:22] INFO: Don't worry, this temporary installation is not overwriting your current one.
[19:02:22] INFO: Installing Home Assistant: stable...
[19:02:22] INFO: Please be patient, this might take a few minutes...
[19:04:56] INFO: Installed Home Assistant 2022.6.1
[19:04:56] INFO: Making a copy of your configuration for checking...
[19:04:56] INFO: Checking your configuration against this version...
[19:10:46] ERROR: The configuration check did not pass!
[19:10:46] 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.9/site-packages/homeassistant/helpers/check_config.py", line 162, in async_check_ha_config_file
await config_validator.async_validate_config(hass, config)
File "/usr/local/lib/python3.9/site-packages/homeassistant/components/automation/config.py", line 126, in async_validate_config
await asyncio.gather(
File "/usr/local/lib/python3.9/site-packages/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/local/lib/python3.9/site-packages/homeassistant/components/automation/config.py", line 74, in async_validate_config_item
config[CONF_TRIGGER] = await async_validate_trigger_config(
File "/usr/local/lib/python3.9/site-packages/homeassistant/helpers/trigger.py", line 59, in async_validate_trigger_config
conf = await platform.async_validate_trigger_config(hass, conf)
File "/usr/local/lib/python3.9/site-packages/homeassistant/components/device_automation/trigger.py", line 70, in async_validate_trigger_config
return await platform.async_validate_trigger_config(hass, config)
grep: write error: Broken pipe
[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.
Can someone give me a hint on how to figure this out?