From 10fd36fb8f20bf45787a62c9b73e874f89c8606c Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Mon, 25 Aug 2025 13:30:50 -0400 Subject: [PATCH] Another tweak to HA config check. --- .gitea/workflows/home-assistant-deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/home-assistant-deploy.yml b/.gitea/workflows/home-assistant-deploy.yml index 27b7661..2ff3f08 100644 --- a/.gitea/workflows/home-assistant-deploy.yml +++ b/.gitea/workflows/home-assistant-deploy.yml @@ -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: