mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-09 18:36:51 +00:00
openuv: Add documentation for Current UV Level (#6041)
This commit is contained in:
parent
13b20ac7d5
commit
4bd702e65a
@ -80,7 +80,7 @@ sensors:
|
||||
description: the conditions to create sensors from
|
||||
required: false
|
||||
type: list
|
||||
default: all ( `current_ozone_index`, `current_uv_index`, `max_uv_index`, `safe_exposure_time_type_1`, `safe_exposure_time_type_2`, `safe_exposure_time_type_3`, `safe_exposure_time_type_4`, `safe_exposure_time_type_5`, `safe_exposure_time_type_6` )
|
||||
default: all ( `current_ozone_index`, `current_uv_index`, `current_uv_level`, `max_uv_index`, `safe_exposure_time_type_1`, `safe_exposure_time_type_2`, `safe_exposure_time_type_3`, `safe_exposure_time_type_4`, `safe_exposure_time_type_5`, `safe_exposure_time_type_6` )
|
||||
{% endconfiguration %}
|
||||
|
||||
## {% linkable_title Binary Sensor Types %}
|
||||
@ -100,6 +100,11 @@ This sensor displays the current ozone level in du (Dobson Units).
|
||||
|
||||
This sensor displays the current UV index.
|
||||
|
||||
### {% linkable_title `current_uv_level` %}
|
||||
|
||||
This sensor displays the level of current UV index, which is calculated based
|
||||
on [UV Index Levels & Colors](https://www.openuv.io/kb/uv-index-levels-colors).
|
||||
|
||||
### {% linkable_title `max_uv_index` %}
|
||||
|
||||
This sensor displays the maximum UV index that will be encountered that day (at
|
||||
|
Loading…
x
Reference in New Issue
Block a user