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"