Use step 0.1 for temperatures

Because I want to set the target to 21.5 (which is the max of the slider anyway)
This commit is contained in:
Ranlvor 2019-10-18 01:47:45 +02:00
parent c5a47dfdab
commit 2a268c41a1
Signed by untrusted user who does not match committer: Ranlvor
GPG key ID: 5E12D04750EF6F8E

View file

@ -285,6 +285,7 @@ const config: Config = {
type: "slider",
min: 10,
max: 21.5,
step: 0.1,
text: "Zieltemperatur",
icon: mdi("oil-temperature"),
topic: "fanBedroomTarget"
@ -337,6 +338,7 @@ const config: Config = {
type: "slider",
min: 10,
max: 21.5,
step: 0.1,
text: "Zieltemperatur",
icon: mdi("oil-temperature"),
topic: "fanOfficeTarget"