-
Notifications
You must be signed in to change notification settings - Fork 45
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 Request: Updates Available on Host #133
Comments
This is a good idea, I'll add it to the road map. |
I support the idea as well. :) |
Same here, perhaps you can also add a switch to carry out updates on the Rpi? My idea is to automate updates on my Rpi's. Unfortunately, you can't do this in HA via shell commands, as the connection is always cut after 60 seconds and you don't get a response as to whether it worked or not. |
I have added apt updates sensor, its refreshed every hour by default. |
Awesome! Thanks for doing that and so quickly! I'll test it out and let
you know if I have any issues.
…On Fri, Oct 25, 2024 at 10:58 AM Masoko ***@***.***> wrote:
I have added apt updates sensor, its refreshed every hour by default.
You need to enable it manually after the update - its disabled by default.
—
Reply to this email directly, view it on GitHub
<#133 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABFZ7TE33AP7CCE3EBO3W2DZ5JMCPAVCNFSM6AAAAABP5ZA2VSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMZYGA2TENZWGY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
@hjelev How does the updating from Home Assistant work? I have "git_update = True" and "update = True" in my config, it is running as a service, and Home Assistant is showing me that an update is available. I click the install button in Home Assistant and nothing appears to happen. Is there something else I need to do? |
I've experienced the same issue with one of my other systems that are not even RPi. After restarting the targeted system, the update from HA was successful. |
You need to wait, sometimes it takes ~ 50 secs. |
@hjelev , the MQTT script from HASS to Update works great. Thank you for this great work. The only thing missing is to be able to update the RPI via HASS and get a response whether it worked or not. Something like a return code or return output. |
@webdeck in order for the auto update to work your git branch should be |
@hjelev I can run the update on the pi just fine - I am on master with no local changes. My question is how to run the update from Home Assistant. It doesn't do anything when I click the button there. What am I missing? |
Thanks for taking the time to make this, it works really well!
I'd love to see an available updates entity if it's possible?
Thanks again!
The text was updated successfully, but these errors were encountered: