Hi. Im trying to use home assistant in libreelec.
Device : Raspberry pi4 4gb
Libreelec v. 9.2.1
Installed docker.
Installed home assistant with this command:-
docker run --init -d --name="home-assistant" -e "TZ=Asia/Kuala_Lumpur/" -v /storage/dockerconfig/home-assistant/:/config --net=host --restart=unless-stopped homeassistant/home-assistant:stable
Installed without any error. I get a Docker notification in the corner stating name:home-assistant | action:start.
My problem is i have no idea how to access home assistant web interface.
Tried :-
http://ip address:8123
Any help is much appreciated.
Thanks.