-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
Inform the user that 1h delay exists after backup is made before starting the updates #11
Comments
In fact, some backup solutions will provide a sensor indicating when the backup finished. Maybe we should use the 1h only when no sensor is selected. |
+1, I was just getting into debugging exactly what was happening and why my updates were not starting within the 30 min schedule I had set up, and this post helped me figure out what the problem was. |
I think that delay should be removed. I'm quite busy those days, but will try to look at this next week. |
I've updated the Blueprint to be compatible to the latest Home Assistant (mainly the replacement of Services by Actions, but also introduced the collapsible sections to make it cleaner) and HACS changes (which now supports update entities. |
I think it looks simpler and easier now. I don't see any explicit warning that due to the backup, the update process might be delayed, but I don't know if that's still a thing. Nonetheless, the current way of setting up feels extremely simple and intuitive, excellent job @edwardtfn |
@edwardtfn sorry for the ping, I know this is not strictly the same as the issue defined here but I think its somewhat related: Is it possible that you could make a more prominent warning when the user creates the schedule that clarifies:
Mentioning those as they were my pain points today trying to set this up again :D again thanks for the lovely work <3 |
Sorry I hit enter and early sent this without writing the description..
My proposal
Add to the description of the "full backup" toggle that a 1h delay will happen after the backup is created.
Why?
Some of us want to test the automation before forgetting it's doing magic for us, in my case, I had it configured nicely but I wasn't expecting it to be delayed 1h because of the full backup. Which is not a problem at all on a day to day basis, but because I wanted to manually test-run it first and check if everything was going according to plan, I was sitting there trying to figure out what did I misconfigure because nothing was being updated... So probably the description hint would've helped me realize it quicker.
Here's the place where the delay is defined
The text was updated successfully, but these errors were encountered: