From 4fe46e2eabac8b15aca8a2a7525d4555a10b037b Mon Sep 17 00:00:00 2001 From: Giorgio Ravera Date: Sun, 11 Oct 2020 00:09:15 +0200 Subject: [PATCH] Fixed travis secret --- .secrets_travis.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.secrets_travis.yaml b/.secrets_travis.yaml index 9ee06075..1b5f5317 100644 --- a/.secrets_travis.yaml +++ b/.secrets_travis.yaml @@ -1,8 +1,18 @@ + +# Use this file to store secrets like usernames and passwords. +# Learn more at https://www.home-assistant.io/docs/configuration/secrets/ + home_latitude: 0 home_longitude: 0 home_elevation: 0 +hitachi_latitude: 0 +hitachi_longitude: 0 +varazze_latitude: 0 +varazze_longitude: 0 morgex_latitude: 0 morgex_longitude: 0 +torretti_latitude: 0 +torretti_longitude: 0 base_url: http://localhost -- 2.47.3