37 lines
756 B
YAML
Executable File
37 lines
756 B
YAML
Executable File
- platform: darksky
|
|
api_key: !secret FORCAST_API_KEY
|
|
monitored_conditions:
|
|
- summary
|
|
- icon
|
|
- nearest_storm_distance
|
|
- nearest_storm_bearing
|
|
- precip_type
|
|
- precip_intensity
|
|
- precip_probability
|
|
- temperature
|
|
- apparent_temperature
|
|
- dew_point
|
|
- wind_speed
|
|
- wind_bearing
|
|
- cloud_cover
|
|
- humidity
|
|
- pressure
|
|
- visibility
|
|
- ozone
|
|
- minutely_summary
|
|
- hourly_summary
|
|
- daily_summary
|
|
- temperature_max
|
|
- temperature_min
|
|
- apparent_temperature_max
|
|
- apparent_temperature_min
|
|
- precip_intensity_max
|
|
update_interval:
|
|
# At least one of these must be specified:
|
|
days: 0
|
|
hours: 0
|
|
minutes: 5
|
|
seconds: 0
|
|
milliseconds: 0
|
|
- platform: moon
|