Add target_temp_step to generic_thermostat (#20052)

Co-authored-by: Ståle Storø Hauknes <stale.hauknes@me.com>
This commit is contained in:
arantes555 2022-04-19 16:27:31 +02:00 committed by GitHub
parent 4a5cbfb6c6
commit 8072d1fb6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -106,6 +106,11 @@ precision:
required: false
type: float
default: "`0.1` for Celsius and `1.0` for Fahrenheit."
target_temp_step:
description: "The desired step size for setting the target temperature. Supported values are `0.1`, `0.5` and `1.0`."
required: false
type: float
default: "equal to `precision`."
{% 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.