Add UV Index documentation (#3610)

Added support for UV Index condition.
This commit is contained in:
Ryan Bahm 2017-10-14 11:46:06 -07:00 committed by Adam Mills
parent 347f0913ab
commit 3c022b75d1

View File

@ -66,6 +66,7 @@ Configuration variables:
- **apparent_temperature_max**: Today's expected apparent high temperature. - **apparent_temperature_max**: Today's expected apparent high temperature.
- **apparent_temperature_min**: Today's expected apparent low temperature. - **apparent_temperature_min**: Today's expected apparent low temperature.
- **precip_intensity_max**: Today's expected maximum intensity of precipitation. - **precip_intensity_max**: Today's expected maximum intensity of precipitation.
- **uv_index**: The current UV index.
- **units** (*Optional*): Specify the unit system. Default to `si` or `us` based on the temperature preference in Home Assistant. Other options are `auto`, `us`, `si`, `ca`, and `uk2`. - **units** (*Optional*): Specify the unit system. Default to `si` or `us` based on the temperature preference in Home Assistant. Other options are `auto`, `us`, `si`, `ca`, and `uk2`.
`auto` will let Dark Sky decide the unit system based on location. `auto` will let Dark Sky decide the unit system based on location.
- **update_interval** (*Optional*): Minimum time interval between updates. Default is 2 minutes. Supported formats: - **update_interval** (*Optional*): Minimum time interval between updates. Default is 2 minutes. Supported formats: