mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-10 10:56:49 +00:00
Add UV Index documentation (#3610)
Added support for UV Index condition.
This commit is contained in:
parent
347f0913ab
commit
3c022b75d1
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user