Fix in the listing of all sensor types (#6309)

In monitored_conditions key list of all items 'current_ozone_index' changed to 'current_ozone_level'.
This commit is contained in:
insajd 2018-09-18 19:46:17 +03:00 committed by Fabian Affolter
parent a3538d8a80
commit 321ad3ac8b

View File

@ -74,7 +74,7 @@ sensors:
description: the conditions to create sensors from description: the conditions to create sensors from
required: false required: false
type: list type: list
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` ) default: all ( `current_ozone_level`, `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 %} {% endconfiguration %}
## {% linkable_title Binary Sensor Types %} ## {% linkable_title Binary Sensor Types %}