From 2a268c41a17598b3a26e0dbd867475b1edb110e3 Mon Sep 17 00:00:00 2001 From: Ranlvor Date: Fri, 18 Oct 2019 01:47:45 +0200 Subject: [PATCH] Use step 0.1 for temperatures Because I want to set the target to 21.5 (which is the max of the slider anyway) --- config/uwap-home/index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/uwap-home/index.js b/config/uwap-home/index.js index 62352f3..e27e88f 100644 --- a/config/uwap-home/index.js +++ b/config/uwap-home/index.js @@ -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"