From c8bddfce0458abe5b08983c26fd10cd4345dbbe7 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sat, 20 Feb 2021 00:01:04 +0100 Subject: [PATCH] Fix the default precision for the generic thermostat (#16594) --- source/_integrations/generic_thermostat.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/generic_thermostat.markdown b/source/_integrations/generic_thermostat.markdown index 84d629e841e..402398965ac 100644 --- a/source/_integrations/generic_thermostat.markdown +++ b/source/_integrations/generic_thermostat.markdown @@ -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.