Home Assistant - Be notified about new versions availability
Emiliano Guerzoni
Project Manager | BESS Development | Driving 3+ GW of Energy Storage Projects in Italy
Good evening guys,
I do hope you have had an amazing Sunday!
Since I've received just now a notification from my Home Assistant instance about the availability of the new version 2022.9.2, let me describe what you need in order to get the same notification if you want to be aware of the availability of new versions.
Software configuration
Each source configured provides two different entities (expect for the Local Installation source):
领英推荐
Home Assistant code (yaml) / procedure
Based on what above, this is the piece of code you have to write as?Automation:
alias: Android Notification - New HA version available for DockerHUB
description: Android Notification - New HA version available for DockerHUB
trigger:
? - entity_id: binary_sensor.docker_hub_update_available
? ? from: "off"
? ? platform: state
? ? to: "on"
action:
? - data:
? ? ? message: >-
? ? ? ? Home Assistant DockerHUB version {{states('sensor.docker_hub')}}
? ? ? ? is available
? ? service: notify.mobile_app_yourmsartphone
Some specifics about the code / procedure above
Thank you for reading. ?? I hope you have enjoyed this article.
I'm available for any feedback so, feel free to contact me or share your thoughts in the comments section below.
Your feedbacks will be appreciated!
Meanwhile,?if you liked this article share it or?subscribe?to my newsletter?about?Home Assistant?to read previous episodes and still up to date on latest news.