add darksky for weather (for now)

This commit is contained in:
James Walker 2021-07-24 18:56:37 -04:00
parent 698d82289d
commit 94b9cb9be1
Signed by: walkah
GPG Key ID: 3C127179D6086E93
2 changed files with 13 additions and 1 deletions

View File

@ -1,4 +1,6 @@
home_latititude: 1
home_longitude: 1
home_elevation: 1
db_url:
db_url: sqlite:///config/test.db
darksky_api_key: 00aa00aa00aa00aa00aa00aa00aa00aa

10
packages/darksky.yaml Normal file
View File

@ -0,0 +1,10 @@
---
# The darksky platform uses the Dark Sky web service as a source for
# meteorological data for your location.
#
# https://www.home-assistant.io/integrations/weather.darksky/
#
weather:
- platform: darksky
api_key: !secret darksky_api_key
mode: hourly