Linux - Home Assistant
www.home-assistant.io › installation › linuxFirst we will create a directory for the installation of Home Assistant Core and change the owner to the homeassistant account. sudo mkdir /srv/homeassistant sudo chown homeassistant:homeassistant /srv/homeassistant Next up is to create and change to a virtual environment for Home Assistant Core. This will be done as the homeassistant account.