-
Notifications
You must be signed in to change notification settings - Fork 130
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
Add an 'update' entity to report new versions of the Frigate backend #235
Comments
Hi Nick, sounds good to me. Does the Frigate backend support such a thing? Without wanting to make this more complicated, I could imagine one good path to be to have the Frigate backend detect this itself and then notify HA via MQTT. This would then also all the Frigate UI to show a similar message. |
@dermotduffy Interesting, Frigate provides the version in the |
... yeah but not the latest available. That might make a slightly easier compromise: add a 'latest_version' to that exported JSON with the tag you get from GitHub, then have the update entity just compare the two. The Frigate web UI could be modified to use that similarly later -- but you wouldn't have to do that now. Motivation: The github tag reading would be done once, and the integration wouldn't need to talk to the internet. |
Yeah that's fair, makes sense to want to avoid having the integration hit any WAN endpoints. Also curious, I haven't seen any guidance on when / polling for the update entity so I figure just checking in |
I'd get it from the |
Oh even better, I like free 🤑 |
Home assistant just released update entities in the latest beta. I am wondering, would it be a good idea to add an update entity for frigate?
Ex: Frigate Container has a new update! I believe we could use the host-url to also send people to the add-on page if it is confirmed to be an addon. Anyway, I'm happy to work on this if it is agreed upon, curious on everyone's thoughts?
The text was updated successfully, but these errors were encountered: