For this example we are going to replicate the previous demo but this time using dockers.
$ ls
$ mkdir xdkhome
$ cd xdkhome
$ docker run -d \
--name="hass" \
--restart on-failure \
-v /Users/reyes/xdkhome/hass_config:/config \
-e "TZ=America/Chicago"
-p 8123:8123 \
homeassistant/home-assistant
Lets copy now our configuration.yaml and replace for the yaml of the folder.
Finally open a browser and open 127.0.0.1:8123 and restart home assistant to see the new interface
Lets copy now our configuration.yaml and replace for the yaml of the folder.
Finally open a browser and open 127.0.0.1:8123 and restart home assistant to see the new interface