home-automation/sensors/weather.yaml

44 lines
648 B
YAML

- platform: darksky
api_key: !secret dark_sky_api_key
forecast:
- 0
- 1
- 2
- 3
- 4
- 5
hourly_forecast:
- 0
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
monitored_conditions:
- summary
- icon
- temperature
- apparent_temperature
- temperature_high
- temperature_low
- humidity
- precip_type
- precip_intensity
- precip_probability
- precip_accumulation
- daily_summary
scan_interval:
# At least one of these must be specified:
days: 0
hours: 0
minutes: 30
seconds: 0
milliseconds: 0