From 8072d1fb6ab161f1c21f5a4bc489ae12bc466a1c Mon Sep 17 00:00:00 2001 From: arantes555 Date: Tue, 19 Apr 2022 16:27:31 +0200 Subject: [PATCH] Add target_temp_step to generic_thermostat (#20052) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Ståle Storø Hauknes --- source/_integrations/generic_thermostat.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/_integrations/generic_thermostat.markdown b/source/_integrations/generic_thermostat.markdown index a2b66d81d43..c631498c93f 100644 --- a/source/_integrations/generic_thermostat.markdown +++ b/source/_integrations/generic_thermostat.markdown @@ -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.