mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-02-09 17:13:24 +00:00
Added new scripts for status Added new automations for pressance and status Removed problematic value template from cover Added moon status Added customizations for travel times Rearranged groups Lots of other small changes
37 lines
756 B
YAML
37 lines
756 B
YAML
- 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
|