Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion source/_components/openuv.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand All @@ -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
Expand Down