-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
min_power and max_power from input field #32
Comments
Unfortunately, those variables can't be set or get in real time only on setup. Esp32 time can be synced to home assistant. Then you can use the time of day to cap the number in a template output. |
Setting the time: https://esphome.io/components/time/homeassistant.html |
thanks for the info, that's a good solution. is it possible to use a button for restart and the new min/max_power from an input_number helper? if that's possible, can you help me with the code? sorry for my bad English, I speak German |
Yes you could try that. Try writing some lambdas that stitch those three concepts together |
I tried it but it doesn't work, I don't think my skills are good enough. |
Hi
How can I get min_power and max_power from an input_number helper ? I want to change the max and min power at night
Thx
Ralph
The text was updated successfully, but these errors were encountered: