correction chemin + TODO

This commit is contained in:
Julien Cabillot 2017-04-24 01:30:37 +02:00 committed by Cabillot Julien
parent 8dafbb2b68
commit f24703c7cd
2 changed files with 3 additions and 2 deletions

View File

@ -24,4 +24,4 @@ yaml:
- pip install "PyYAML"
script:
- cd "${CI_PROJECT_DIR}/home-assistant"
- python -c "from yaml import load, Loader; load(open('ha_configuration.yml'), Loader=Loader)"
- python -c "from yaml import load, Loader; load(open('configuration.yaml'), Loader=Loader)"

View File

@ -34,4 +34,5 @@ Avancement
==========
WIP.
TODO: Utiliser ArduinoOTA pour gérer les mises à jours sans fil.
TODO: ajouter l'url ou j'ai trouvé ce truc pour HA
TODO: ajouter l'url ou j'ai trouvé ce truc pour HA
TODO: gitlab-ci : on peut checker la syntax en lancant un docker home-assistant !!!