-
Notifications
You must be signed in to change notification settings - Fork 14
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
Delay setting #46
Comments
Hi! I'm not sure I understand the problem you are describing. What problems do you have when changing hour and them minutes? When are unnecessary entity changes happening and why is this bad? Please try to describe this more in terms of what is the current problem you are facing instead of what is a potential solution. Thanks! |
Hi, I want to set to 20:35, so clicked 7 times, in that time, the entity changes 7 times and trigger 7 times any automation based on it. I'm using Appdaemon and I listen to changes for that entity, I don't want 7 different times, like 20:05, 20:10, 20:15, 20:20, 20:25, 20:30 and 20:35. I'm interested in the final time - the 20:35. My application is working with that but with quite lot of workaround ;-) It could be much simpler if time-picker delays (like number-box) for few seconds till the timer reaches expected time. Thanks for understanding :) |
Thanks for the suggestion! I just implemented this as an optional property in version |
Hi, George! |
HI @Protoncek, I have tested this with values over 1000 and it works fine in my test environment. You can test for yourself if you want - see the
You don't have to wait. Updates are queued, so if you click multiple times, all the clicks will register at once, after the specified delay time (so in your example - 2s).
I agree this is a better solution, but I mostly added this as a workaround for people who need this. If someone is willing to work on this, I'd be happy to look at a PR. Thanks for your feedback! |
Interesting... this code doesn't work here:
Did i perhaps insert delay wrong? I can click indefinitely, but numbers doesn't change with values over 251 (251 works, 252 not anymore). I don't need this at this moment, so if i'm only one with this fault then it's not a big deal... |
@Protoncek I am unable to reproduce the issue with your exact config. There may be something else in your environment that affects the entity or the UI. |
Very interesting... i guess i'll have to play a bit with my HA then... god knows what's wrong.... |
Hi @GeorgeSG It does work for me, but to be honest, it feels strange - I can't see feedback - actually need counting to change. |
Hello,
I'm missing Delay feature, which would be great to avoid unnecessary entity changes. For example, I have to change hour and then minutes, every time I click the entity changes. I'm using also numberbox-card and the feature is there and plays really nice.
The text was updated successfully, but these errors were encountered: