From 190494458784ca35fc21d7b789bcc602b289894b Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Sun, 24 Aug 2025 19:03:53 -0400 Subject: [PATCH] Config tweaks. --- .gitea/workflows/home-assistant-deploy.yml | 2 +- ansible/configs/homeassistant/configuration.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/home-assistant-deploy.yml b/.gitea/workflows/home-assistant-deploy.yml index 9bd6639..0292c7c 100644 --- a/.gitea/workflows/home-assistant-deploy.yml +++ b/.gitea/workflows/home-assistant-deploy.yml @@ -79,7 +79,7 @@ jobs: - name: Run Home Assistant Configuration Check uses: frenck/action-home-assistant@v1.4.1 with: - path: "ansible/configs/homeassistant" + path: ansible/configs/homeassistant - name: Gotify Notification uses: eikendev/gotify-action@master with: diff --git a/ansible/configs/homeassistant/configuration.yaml b/ansible/configs/homeassistant/configuration.yaml index 21dbdd5..7812643 100644 --- a/ansible/configs/homeassistant/configuration.yaml +++ b/ansible/configs/homeassistant/configuration.yaml @@ -16,9 +16,9 @@ default_config: tts: - platform: google_translate -automation: !include automations.yaml -script: !include scripts.yaml -scene: !include scenes.yaml +# automation: !include automations.yaml +# script: !include scripts.yaml +# scene: !include scenes.yaml http: use_x_forwarded_for: true