add-ha-gitops #2

Open
brian wants to merge 6 commits from add-ha-gitops into main
Showing only changes of commit 7d83f5517b - Show all commits
+3 -2
View File
@@ -77,9 +77,10 @@ jobs:
- name: Validate HA Config with Docker - name: Validate HA Config with Docker
run: | run: |
docker run --rm \ docker run --rm \
-v $(pwd)/config:/config \ -v "$(pwd)/config":/config \
-w /config \
homeassistant/home-assistant:latest \ homeassistant/home-assistant:latest \
python -m homeassistant --script check_config -c /config python -m homeassistant --script check_config --config /config
validate-entities: validate-entities:
name: Validate Entity IDs name: Validate Entity IDs