Added note about "precision" acting as "step size" (#15282)

See https://github.com/home-assistant/core/pull/41972
This commit is contained in:
Philip Allgaier 2021-01-27 09:12:40 +01:00 committed by GitHub
parent f9be024b66
commit 3bf9c73366
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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."