From 3bf9c733667997ab0b23924334be36e00bfbeee2 Mon Sep 17 00:00:00 2001 From: Philip Allgaier Date: Wed, 27 Jan 2021 09:12:40 +0100 Subject: [PATCH] Added note about "precision" acting as "step size" (#15282) See https://github.com/home-assistant/core/pull/41972 --- 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 c1f46672399..f34c74a30ca 100644 --- a/source/_integrations/generic_thermostat.markdown +++ b/source/_integrations/generic_thermostat.markdown @@ -79,7 +79,7 @@ away_temp: required: false type: float 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`." + 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."