Hey everyone, I recently flipped from the Python V-Env back to docker for update simplicity. However I’m now not seeing the Supervisor tab in my install. Any ideas? Thanks
Installed with - docker run --init -d --name="home-assistant" -e "TZ=America/New_York" -v /home/homeassistant/.homeassistant:/config --net=host homeassistant/home-assistant:stable
Unless I’m mistaken you’ve installed the ‘core’ version rather than the supervised version. Not sure which version of linux you’ve installed but one of the community guides like Installing Home Assistant Supervised on Debian 10 should point you in the right direction.
You are running Home Assistant Container (see installation type). This is just Home Assistamt Core in a docker container, no supervisor, no-add-ons, automatic backups etc.
The method I used was followed from the docs on docker. Is there another document somewhere that I missed that shows the supervised docker installation?
These below instructions are for an installation of Home Assistant Core running in your own Docker environment
It clearly states you will be installing Core in a Docker environment. That means the core Home Assistant application (what you had when you installed it in python virtual environment) and nothing more. If you check Developer Tools > Info > System Health you will see that installation_type indicates Home Assistant Container.
The installation process for the Supervised edition is more complex than the Container edition. It requires you install several prerequisites and then execute an installation script. The Community Guides section of this forum contains instructions for installing Supervised on several distros of Linux. However, the only one that is officially supported is Debian.