Increase target temperature slider range

After a hot summer it can be usefull to be able to set the slider to e.G. 25°C
This commit is contained in:
Ranlvor 2020-08-29 18:27:02 +02:00
parent dd2af374bd
commit 43b58f4004
Signed by untrusted user who does not match committer: Ranlvor
GPG key ID: 5E12D04750EF6F8E

View file

@ -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"),