From 04838a5b02f7fe868d3c21659d998c29bd3bc73d Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Mon, 25 Aug 2025 15:43:59 -0400 Subject: [PATCH] Another tweak to HA config check. --- .gitea/workflows/home-assistant-deploy.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitea/workflows/home-assistant-deploy.yml b/.gitea/workflows/home-assistant-deploy.yml index 2ff3f08..1da6d81 100644 --- a/.gitea/workflows/home-assistant-deploy.yml +++ b/.gitea/workflows/home-assistant-deploy.yml @@ -76,9 +76,7 @@ jobs: notification_message: 'Beginning HA config check...' - name: Run Home Assistant Configuration Check run: | - pipx ensurepath - pipx install homeassistant==2025.8.3 - hass --config ansible/configs/homeassistant --script check_config + python3 -V - name: Gotify Notification uses: eikendev/gotify-action@master with: