⛅ add darksky for weather (for now)
This commit is contained in:
parent
698d82289d
commit
94b9cb9be1
@ -1,4 +1,6 @@
|
|||||||
home_latititude: 1
|
home_latititude: 1
|
||||||
home_longitude: 1
|
home_longitude: 1
|
||||||
home_elevation: 1
|
home_elevation: 1
|
||||||
db_url:
|
db_url: sqlite:///config/test.db
|
||||||
|
|
||||||
|
darksky_api_key: 00aa00aa00aa00aa00aa00aa00aa00aa
|
10
packages/darksky.yaml
Normal file
10
packages/darksky.yaml
Normal 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
|
Loading…
x
Reference in New Issue
Block a user