-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
Show Available Upgrades #18
Comments
@tdvantine This is interesting... let me see what I can do about this... Gonna be a couple of weeks at least... but more when I find out... |
Any new news on this Ironsheep? |
Finally have updates to the card and distribution working again. Now I can consider doing this... More soonish... |
My challenge is real estate on the card. Easier on the Full card than the Glance card. So I'll focus on pushing this thru the Daemon for now then I'll work on how to present it... |
NOTE: see ironsheep/RPi-Reporter-MQTT2HA-Daemon#71 for the latest notes and thinking... |
Changes committed and appears in card v1.4.1 and later. |
Is your feature request related to a problem? Please describe.
Being able to monitor if there are any upgrades for the RPi without having to ssh into the Pi to check
Describe the solution you'd like
Be able to list the number of updates available, and have them separated out by system or security
Describe alternatives you've considered
When running Ubuntu you can use the below command to list the number of updates, to which you can then use a command line sensor to pull the data into Home Assistant, however raspbian doesn't have the same ability to do so as easily.
Additional context
custom:multiple-entity-row design I have for a Ubuntu machine
Cronjob that runs
and the command line sensors in config.yaml
The text was updated successfully, but these errors were encountered: