I’ve deployed an older version of the code at this repo on a RaspberryPi: GitHub - klutchell/balena-homeassistant: homeassistant stack for balenaCloud
Anyone know how I can update Home Assistant to match the version in the latest commit?
I’ve deployed an older version of the code at this repo on a RaspberryPi: GitHub - klutchell/balena-homeassistant: homeassistant stack for balenaCloud
Anyone know how I can update Home Assistant to match the version in the latest commit?
Hey @Jalakoo , welcome to the forums!
I replied in the GitHub issue, but to repeat my answer here, the correct thing to do is create a new release with the desired image versions in the docker-compose file.
Use Git to pull the latest changes from the GitHub repository into your Raspberry Pi. Run the following commands:
cd /path/to/balena-homeassistant
git pull