Is it possible to install a specific version of HomeAssitant, may be to download the desired version and install from the local disk? I am thinking about the situation when somebody just build its own system, they are satisfied with the actual configuration and they want to keep it for a long time, even to restore the same after a computer failure.
You can specify a version when installing using pip
pip3 install homeassistant==0.9.1
Ok, thank you.