diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 55abb96..d1b19dd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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)" diff --git a/README.md b/README.md index b47c167..77bed41 100644 --- a/README.md +++ b/README.md @@ -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 !!!