44 lines
944 B
YAML
44 lines
944 B
YAML
# https://community.home-assistant.io/t/custom-dark-sky-animated-weather-card/59816
|
|
weather:
|
|
- platform: darksky
|
|
api_key: !secret darksky_api_key
|
|
name: Local Weather
|
|
mode: daily
|
|
|
|
sensor:
|
|
- platform: darksky
|
|
api_key: !secret darksky_api_key
|
|
name: dark_sky
|
|
forecast:
|
|
- 0
|
|
- 1
|
|
- 2
|
|
- 3
|
|
- 4
|
|
- 5
|
|
monitored_conditions:
|
|
- icon
|
|
- summary
|
|
- nearest_storm_distance
|
|
- nearest_storm_bearing
|
|
- humidity
|
|
- temperature
|
|
- temperature_high
|
|
- temperature_low
|
|
- apparent_temperature
|
|
- apparent_temperature_high
|
|
- apparent_temperature_low
|
|
- wind_speed
|
|
- wind_bearing
|
|
- precip_type
|
|
- precip_probability
|
|
- precip_accumulation
|
|
- precip_intensity
|
|
- precip_intensity_max
|
|
- uv_index
|
|
- daily_summary
|
|
- pressure
|
|
- visibility
|
|
scan_interval:
|
|
minutes: 10
|