Use step 0.1 for temperatures
Because I want to set the target to 21.5 (which is the max of the slider anyway)
This commit is contained in:
parent
c5a47dfdab
commit
2a268c41a1
1 changed files with 2 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue