]> git.giorgioravera.it Git - homeassistant.git/commitdiff
Fixed travis error with pirateweather
authorGiorgio Ravera <giorgio.ravera@gmail.com>
Wed, 15 Jun 2022 09:12:51 +0000 (11:12 +0200)
committerGiorgio Ravera <giorgio.ravera@gmail.com>
Wed, 15 Jun 2022 09:12:51 +0000 (11:12 +0200)
.secrets_travis.yaml
.travis.yml

index 8d87c36d5a682d64384a48386f249fe7920dcc71..81d05cdf6da695b65f439c8956bd9909a2b8eeeb 100644 (file)
@@ -49,6 +49,7 @@ docker_host: host
 docker_username: user
 
 pirateweather_key: 0
+darksky_key: 0
 
 hacs_token: 0
 
index 6adb1ca1cf6263c4af09c3e772b19a48970b7799..5530ec09ddda1b97ab6909fdad8075cdb5b1bbd8 100644 (file)
@@ -5,6 +5,8 @@ python: "3.9"
 before_install:
   - cp .secrets_travis.yaml secrets.yaml
   - cp credentials/.google_travis.json credentials/google.json
+  # Replace pirateweather wather integration with darksky
+  - sed -i  "s/pirateweather/darksky/" weather.yaml
 
 install:
   - pip3 install homeassistant