From 690e61fad579ff809b87e1b08a64038d2bc3fd55 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Mon, 25 Aug 2025 16:34:44 -0400 Subject: [PATCH] Workflow tweak for HA config. --- .gitea/workflows/home-assistant-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/home-assistant-deploy.yml b/.gitea/workflows/home-assistant-deploy.yml index cbd505e..6d71764 100644 --- a/.gitea/workflows/home-assistant-deploy.yml +++ b/.gitea/workflows/home-assistant-deploy.yml @@ -75,9 +75,9 @@ jobs: - name: Install Home Assistant + requirements run: | python -m pip install --upgrade pip - pip install homeassistant==2025.8.3 curl -sSL https://raw.githubusercontent.com/home-assistant/core/2025.8.3/requirements_all.txt -o requirements_all.txt pip install -r requirements_all.txt + pip install homeassistant==2025.8.3 - name: Run Home Assistant config check run: | hass --config ansible/configs/homeassistant --script check_config | tee ha-check.log