Downloaded backend source code of home assistant from github.
Installed docker.
Installed hassio using curl command. It got installed on the location /usr/share/hassio/homeassistant
Executed main.py present in the source code using the command: python3 main.py --open-ui
The web UI opened with the configuration files present in this location: /usr/share/hassio/homeassistant
A hidden folder .homeassistant created automatically in the location where this source code was present with the default configuration files.
Can you let me know how this directory gets created?
Moreover, I don’t want my home assistant Web appllication to fetch the configuration file from /usr/share/hassio/homeassistant . Instead I want to make updations in source code or this directory .homeassistant that is automatically created and want web application to fetch the configuration files from here.
But this hassio tab diasppears frequently and we don’t know how to remove and reinstall it.
The task which I am actually trying to achieve is merging the source code provided for backend and frontend and create some more backend APIs to control various devices. I received the source code from this https://home-assistant.io/developers/development/