Workflow tweak for HA config.
Home Assistant & Miscellaneous Deployment / Check and Create PR (push) Successful in 31s
Home Assistant & Miscellaneous Deployment / Home Assistant Configuration Check (push) Failing after 26s

This commit is contained in:
2025-08-25 16:34:44 -04:00
parent 6f6987ec32
commit 690e61fad5
+1 -1
View File
@@ -75,9 +75,9 @@ jobs:
- name: Install Home Assistant + requirements
run: |
python -m pip install --upgrade pip
pip install homeassistant==2025.8.3
curl -sSL https://raw.githubusercontent.com/home-assistant/core/2025.8.3/requirements_all.txt -o requirements_all.txt
pip install -r requirements_all.txt
pip install homeassistant==2025.8.3
- name: Run Home Assistant config check
run: |
hass --config ansible/configs/homeassistant --script check_config | tee ha-check.log