From 43b58f400437522ded89007ade84e273eaf6fa0b Mon Sep 17 00:00:00 2001 From: Ranlvor Date: Sat, 29 Aug 2020 18:27:02 +0200 Subject: [PATCH] Increase target temperature slider range MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit After a hot summer it can be usefull to be able to set the slider to e.G. 25°C --- config/uwap-home/index.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/uwap-home/index.js b/config/uwap-home/index.js index 2a8d2b2..05ec243 100644 --- a/config/uwap-home/index.js +++ b/config/uwap-home/index.js @@ -266,8 +266,8 @@ const config: Config = { }, { type: "slider", - min: 10, - max: 21.5, + min: 15, + max: 25, step: 0.1, text: "Zieltemperatur", icon: mdi("oil-temperature"), @@ -319,8 +319,8 @@ const config: Config = { }, { type: "slider", - min: 10, - max: 21.5, + min: 15, + max: 25, step: 0.1, text: "Zieltemperatur", icon: mdi("oil-temperature"),