Need to run home assistant in a python virtual environment and autostart hassio while opening home assistant web UI.
Followed the given link to install home assistant
Executed the following command to find out my linux machine is using systemd to manage daemons:
$ ps -p 1 -o comm=
Opened hassio-supervisor.service and updated it with the following template:
Modified hass path as follows:
ExecStart=/home/ayushi/homeassistant/bin/hass -c “/home/ayushi/.homeassistant”
Opened hassio web UI by running the following command:
hass --open-ui
But unable to get hassio tab on web UI.