mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
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:
parent
a3538d8a80
commit
321ad3ac8b
@ -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 %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user