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:
parent
dd2af374bd
commit
43b58f4004
1 changed files with 4 additions and 4 deletions
|
|
@ -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"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue