Hi,
I have several timers that turn off automatically certain entities (e.g., the fan of the bathroom).
I would like to have a slider with minutes in input but >60 minutes.
I have tried to set something like 100 minutes but it is “limited” to 60 anyway.
Do you have any workaround to fix this?
120 is two hours so maybe you are mentioning the specs for a different input_number? Go into helpers under settings and change it to whatever you want such as an upper limit of 240 (4 hours)? And/or maybe you have an automation that is setting it back to an hour sometimes?
Many thanks @petro, but won’t this take only the value in hours? Are fractions of an hour an accepted value (e.g. 1.5:00:00)? @KruseLuds: I tried that but it doesn’t work
Aaaaah as I understand it multiplies the minutes expressed in the input_number and multiplies it by 60 making them seconds. Then, it takes the seconds as if it were UNIX time and converts it to hh:mm:ss.
I’ll give it a try and let you know!