Hi All,
I would like to have a slider that will take formulation parameters as below:
min_value: 0.0
max_value: [a value published by an entity]
initial_value: [a value publish by an entity]
I used ChatGPT (I knew it may not be as correct as specified by esphome) and it advised me to use lambda and return id(maxvalue_entity).state …
however, the ChatGPT option did not work.
Can you advise me on how to do this?
Best
You can make an template number, that’s your only option to have initial values set on startup via a slider. Otherwise you can use an automation to set the helper’s value on startup.