-
Notifications
You must be signed in to change notification settings - Fork 2
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
Feature Extension #3
Open
hasechris
wants to merge
16
commits into
edwardtfn:main
Choose a base branch
from
hasechris:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
i want to be able to specify backup timeout in minutes
saving work (was online editing)
…plete update process a backup is made)
…f the ha admin asks for it.
…y use the first item in list to update
…ctattr when using searchlist.
…boot or if we are on our first run after schedule trigger
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi :)
i found your excellent HA Autoupdate automation - was trying to do that myself but really struggled with it, so was really happy to found yours.
I found some features missing and decided to just add those in my fork. PR now so maby we can get them into the main repo so all other HA users could use them.
Added features:
Update Inclusion Mode
All
This is just the mode which was used up until now to build the update_list.
Specified
This uses the additional entity selector so the user can just specify which update entities should be used to build the update_list. But the normal filtering is then still made.
Specified-Single
Same as Specified, but only the first item from the list.
Searchfilter
This works like a wildcard. Assume you have the following update entities in your HA:
Now you can create to autoupdate automations with the following searchfilters:
The first automation will update all Zigbee Temp sensors, the second automation will only update all Unifi Wifi access points.
Searchfilter-Single
Same as Searchfilter, but only the first item from the list.
Best regards
Chris Hase