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

This commit is contained in:
2025-08-25 16:17:36 -04:00
parent ad9a3273b0
commit c99abb47b3
2 changed files with 49 additions and 9 deletions
+4 -9
View File
@@ -67,17 +67,12 @@ jobs:
steps:
- name: Checkout only configuration.yaml
uses: actions/checkout@v4
- name: Set up Python 3.13.2
uses: actions/setup-python@v5
- name: Home Assistant Config Check
uses: ./.gitea/workflows/homeassistant-check.yml
with:
python-version: '3.13.2'
- name: Install Home Assistant
run: |
python -m pip install --upgrade pip
pip install homeassistant==2025.8.3
- name: Run Home Assistant config check
run: |
hass --config ansible/configs/homeassistant --script check_config
ha-version: '2025.8.3'
config-path: 'ansible/configs/homeassistant'
# generate-service-list:
# name: Generate list of added/modified/deleted services
# runs-on: ubuntu-latest