Another tweak to HA config check.
Home Assistant & Miscellaneous Deployment / Check and Create PR (push) Successful in 20s
Home Assistant & Miscellaneous Deployment / Home Assistant Configuration Check (push) Failing after 18s

This commit is contained in:
2025-08-25 13:30:50 -04:00
parent 8f0c1517ee
commit 10fd36fb8f
+3 -3
View File
@@ -76,9 +76,9 @@ jobs:
notification_message: 'Beginning HA config check...' notification_message: 'Beginning HA config check...'
- name: Run Home Assistant Configuration Check - name: Run Home Assistant Configuration Check
run: | run: |
which pipx pipx ensurepath
pipx install homeassistant pipx install homeassistant==2025.8.3
python3 -m homeassistant --config "ansible/configs/homeassistant" --script check_config hass --config ansible/configs/homeassistant --script check_config
- name: Gotify Notification - name: Gotify Notification
uses: eikendev/gotify-action@master uses: eikendev/gotify-action@master
with: with: