Another tweak to HA config check.
This commit is contained in:
@@ -67,35 +67,17 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout only configuration.yaml
|
- name: Checkout only configuration.yaml
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Set up Python (>=3.13.2)
|
- name: Set up Python 3.13.2
|
||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: '>=3.13.2'
|
python-version: '3.13.2'
|
||||||
- name: Install pipx
|
- name: Install Home Assistant
|
||||||
run: |
|
run: |
|
||||||
python3.13 -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
python3.13 -m pip install --user pipx
|
pip install homeassistant==2025.8.3
|
||||||
python3.13 -m pipx ensurepath
|
|
||||||
- name: Install Home Assistant via pipx
|
|
||||||
run: |
|
|
||||||
pipx install "homeassistant==2025.8.3"
|
|
||||||
- name: Gotify Notification
|
|
||||||
uses: eikendev/gotify-action@master
|
|
||||||
with:
|
|
||||||
gotify_api_base: '${{ secrets.RIKKU_GOTIFY_URL }}'
|
|
||||||
gotify_app_token: '${{ secrets.RIKKU_RUNNER_GOTIFY_TOKEN }}'
|
|
||||||
notification_title: 'GITEA: Home Assistant Config Check'
|
|
||||||
notification_message: 'Beginning HA config check...'
|
|
||||||
- name: Run Home Assistant config check
|
- name: Run Home Assistant config check
|
||||||
run: |
|
run: |
|
||||||
hass --config ansible/configs/homeassistant --script check_config
|
hass --config ansible/configs/homeassistant --script check_config
|
||||||
- name: Gotify Notification
|
|
||||||
uses: eikendev/gotify-action@master
|
|
||||||
with:
|
|
||||||
gotify_api_base: '${{ secrets.RIKKU_GOTIFY_URL }}'
|
|
||||||
gotify_app_token: '${{ secrets.RIKKU_RUNNER_GOTIFY_TOKEN }}'
|
|
||||||
notification_title: 'GITEA: Home Assistant Config Check'
|
|
||||||
notification_message: 'Config check completed'
|
|
||||||
# generate-service-list:
|
# generate-service-list:
|
||||||
# name: Generate list of added/modified/deleted services
|
# name: Generate list of added/modified/deleted services
|
||||||
# runs-on: ubuntu-latest
|
# runs-on: ubuntu-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user