From f24703c7cd35ee3fa9c2a2c0e6b7be709b9edc44 Mon Sep 17 00:00:00 2001 From: Julien Cabillot Date: Mon, 24 Apr 2017 01:30:37 +0200 Subject: [PATCH] correction chemin + TODO --- .gitlab-ci.yml | 2 +- README.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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 !!!