Prior to updating to 2021.12.10 I came across these errors which the Check Home Assistant configuration add-on produces, neatly following https://www.home-assistant.io/common-tasks/os/
Everything working just fine.
Configuration > Server Controls > Configuration check: Configuration valid!
Any direction where to look at would be really helpful. At this point I am clueless about this output.
[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.
[16:45:26] INFO: Don't worry, this temporary installation is not overwriting your current one.
[16:45:26] INFO: Installing Home Assistant: stable...
[16:45:26] INFO: Please be patient, this might take a few minutes...
[16:46:16] INFO: Installed Home Assistant 2021.12.10
[16:46:16] INFO: Making a copy of your configuration for checking...
[16:46:16] INFO: Checking your configuration against this version...
[16:48:55] ERROR: The configuration check did not pass!
[16:48:55] ERROR: See the output below for more details.
Testing configuration at /tmp/config
ERROR:homeassistant.helpers.check_config:Unexpected error validating config
grep: write error: Broken pipe
Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/homeassistant/helpers/check_config.py", line 161, in async_check_ha_config_file
await config_validator.async_validate_config( # type: ignore
File "/usr/local/lib/python3.9/site-packages/homeassistant/components/automation/config.py", line 129, in async_validate_config
await asyncio.gather(
File "/usr/local/lib/python3.9/site-packages/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/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 50, 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 26, in async_validate_trigger_config
return await getattr(platform, "async_validate_trigger_config")(hass, config)
[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.
This is my info stuff.
System Health
version: core-2021.12.9
installation_type: Home Assistant OS
dev: false
hassio: true
docker: true
user: root
virtualenv: false
python_version: 3.9.7
os_name: Linux
os_version: 5.10.88
arch: aarch64
timezone: Europe/Amsterdam
logged_in: false
can_reach_cert_server: ok
can_reach_cloud_auth: ok
can_reach_cloud: ok
host_os: Home Assistant OS 7.1
update_channel: stable
supervisor_version: supervisor-2021.12.2
docker_version: 20.10.9
disk_total: 113.9 GB
disk_used: 7.7 GB
healthy: true
supported: true
board: odroid-n2
supervisor_api: ok
version_api: ok
installed_addons: Terminal & SSH (9.3.0), Samba share (9.5.1), Z-Wave JS (0.1.52), ESPHome (2022.1.1), deCONZ (6.11.1), File editor (5.3.3), Mosquitto broker (6.0.1), Check Home Assistant configuration (3.9.0), Example (4.4.0), Grafana (7.4.1), Grocy (0.16.0), Home Panel (2.3.3), Nginx Proxy Manager (0.11.0), Node-RED (10.3.4), Studio Code Server (4.1.0)
dashboards: 3
resources: 1
views: 6
mode: storage
api_endpoint_reachable: ok
Thanks!