fixed HA config validation
Validate Home Assistant Configuration / YAML Lint (push) Successful in 8s
Validate Home Assistant Configuration / Home Assistant Config Check (push) Failing after 21s
Validate Home Assistant Configuration / Validate Entity IDs (push) Failing after 17s
Validate Home Assistant Configuration / Validate Device IDs (push) Failing after 17s
Validate Home Assistant Configuration / YAML Lint (pull_request) Successful in 9s
Validate Home Assistant Configuration / Home Assistant Config Check (pull_request) Failing after 20s
Validate Home Assistant Configuration / Validate Entity IDs (pull_request) Failing after 17s
Validate Home Assistant Configuration / Validate Device IDs (pull_request) Failing after 16s

This commit is contained in:
Brian Bjarke Jensen
2026-02-02 21:41:59 +01:00
parent b2fb7ce91f
commit 7d83f5517b
+3 -2
View File
@@ -77,9 +77,10 @@ jobs:
- name: Validate HA Config with Docker - name: Validate HA Config with Docker
run: | run: |
docker run --rm \ docker run --rm \
-v $(pwd)/config:/config \ -v "$(pwd)/config":/config \
-w /config \
homeassistant/home-assistant:latest \ homeassistant/home-assistant:latest \
python -m homeassistant --script check_config -c /config python -m homeassistant --script check_config --config /config
validate-entities: validate-entities:
name: Validate Entity IDs name: Validate Entity IDs