We want to migrate from Home Assistant Container (docker-compose.yml
) to Home Assistant Supervised.
The main idea is to copy the /config
file from docker container to main Home Assistant Supervised config folder (/usr/share/hassio/homeassistant
by default)
To do so, first we need the path to the source /config
folder, in my case /root/compose/ha/config
Then we need to know the path to the destination /config
folder, /usr/share/hassio/homeassistant
using Home Assistant Supervised default installation
The steps are:
- Install Home Assistant Supervised