Another tweak to HA config check.
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user