Skip to content
Discussion options

You must be logged in to vote

I have a blueprint here that uses the update sensors, its a bit more complicated than the simple "is there an update" check that you want.
https://github.com/darkxst/hascripts/blob/main/config/blueprints/automation/auto_update_minor_v2.yaml

if you just want to know if any update is available you can use:

{{ states.update  | selectattr('state', 'eq', 'on') }}

Replies: 5 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@chadodes
Comment options

Answer selected by chadodes
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants