changement de check pour homeassistant
This commit is contained in:
parent
d833fdb5a1
commit
9a60019a15
@ -27,7 +27,6 @@ inocode:
|
|||||||
yaml:
|
yaml:
|
||||||
image: "python:alpine"
|
image: "python:alpine"
|
||||||
before_script:
|
before_script:
|
||||||
- pip install "PyYAML"
|
- pip install "homeassistant"
|
||||||
script:
|
script:
|
||||||
- cd "${CI_PROJECT_DIR}/home-assistant"
|
- hass --config "${CI_PROJECT_DIR}/home-assistant" --script check_config
|
||||||
- python -c "from yaml import load, Loader; load(open('ha_configuration.yml'), Loader=Loader)"
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user