add-ha-gitops #2
@@ -77,9 +77,10 @@ jobs:
|
||||
- name: Validate HA Config with Docker
|
||||
run: |
|
||||
docker run --rm \
|
||||
-v $(pwd)/config:/config \
|
||||
-v "$(pwd)/config":/config \
|
||||
-w /config \
|
||||
homeassistant/home-assistant:latest \
|
||||
python -m homeassistant --script check_config -c /config
|
||||
python -m homeassistant --script check_config --config /config
|
||||
|
||||
validate-entities:
|
||||
name: Validate Entity IDs
|
||||
|
||||
Reference in New Issue
Block a user