mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-13 12:26:50 +00:00
Add target_temp_step to generic_thermostat (#20052)
Co-authored-by: Ståle Storø Hauknes <stale.hauknes@me.com>
This commit is contained in:
parent
4a5cbfb6c6
commit
8072d1fb6a
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user