From ae4aa8ea9c5db06f04fcbc58bba08761eb795a8b Mon Sep 17 00:00:00 2001 From: Giorgio Ravera Date: Tue, 14 Jun 2022 14:40:26 +0200 Subject: [PATCH] Replaced Dark Sky with Pirate Weather --- .secrets_travis.yaml | 2 +- README.md | 1 + components/weather.yaml | 12 ++++++------ 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/.secrets_travis.yaml b/.secrets_travis.yaml index 4550b575..8d87c36d 100644 --- a/.secrets_travis.yaml +++ b/.secrets_travis.yaml @@ -48,7 +48,7 @@ nas_username: user docker_host: host docker_username: user -darksky_key: 0 +pirateweather_key: 0 hacs_token: 0 diff --git a/README.md b/README.md index a42f3888..37da661d 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ My server is an Intel NUC (NUC10i5FNH) with [Proxmox Virtual Environment](https: * [layout-card](https://github.com/thomasloven/lovelace-layout-card) * [Lovelace Swipe Navigation](https://github.com/maykar/lovelace-swipe-navigation) * [mini-graph-card](https://github.com/kalkih/mini-graph-card) +* [pirate-weather-ha](https://github.com/alexander0042/pirate-weather-ha) * [Plotly Graph Card](https://github.com/dbuezas/lovelace-plotly-graph-card) * [Reeder Dark Theme](https://github.com/hekm77/reeder_dark_theme) * [Scheduler Card](https://github.com/nielsfaber/scheduler-card) diff --git a/components/weather.yaml b/components/weather.yaml index a41321b7..fc1bed20 100644 --- a/components/weather.yaml +++ b/components/weather.yaml @@ -2,16 +2,16 @@ # Component: Dark Sky ###################################################################### -- platform: darksky +- platform: pirateweather name: Meteo Savona - api_key: !secret darksky_key + api_key: !secret pirateweather_key latitude: !secret home_latitude longitude: !secret home_longitude - mode: daily + mode: "daily" -- platform: darksky +- platform: pirateweather name: Meteo Morgex - api_key: !secret darksky_key + api_key: !secret pirateweather_key latitude: !secret morgex_latitude longitude: !secret morgex_longitude - mode: daily + mode: "daily" -- 2.47.3