Fix the default precision for the generic thermostat (#16594)

This commit is contained in:
Franck Nijhof 2021-02-20 00:01:04 +01:00 committed by GitHub
parent 94f5fd203c
commit c8bddfce04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -84,7 +84,7 @@ precision:
description: "The desired precision for this device. Can be used to match your actual thermostat's precision. Supported values are `0.1`, `0.5` and `1.0`. This value is also used as the step size for setting the target temperature."
required: false
type: float
default: "`0.5` for Celsius and `1.0` for Fahrenheit."
default: "`0.1` for Celsius and `1.0` for Fahrenheit."
{% endconfiguration %}
Time for `min_cycle_duration` and `keep_alive` must be set as "hh:mm:ss" or it must contain at least one of the following entries: `days:`, `hours:`, `minutes:`, `seconds:` or `milliseconds:`. Alternatively, it can be an integer that represents time in seconds.