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...'
- name: Run Home Assistant Configuration Check
run: |
which pipx
pipx install homeassistant
python3 -m homeassistant --config "ansible/configs/homeassistant" --script check_config
pipx ensurepath
pipx install homeassistant==2025.8.3
hass --config ansible/configs/homeassistant --script check_config
- name: Gotify Notification
uses: eikendev/gotify-action@master
with: