Docker (CLI) getting home assistant going

  • Finally got home assistant installed via docker, however it refuses to scan my network for devices on first run, it also seems to spit out an error.

    docker run -d

    –name=“home-assistant”

    –net=host

    -v /storage/home-assist-config:/config

    -v /etc/localtime:/etc/localtime:ro

    –restart=unless-stopped

    homeassistant/raspberrypi3-homeassistant

    Glad to see it running but something seems off.

    The following components and platforms could not be set up:

    zeroconf 1

    default-config 1

    Please check your config.


    Feels like maybe some underlying components are missing from librelec network? Or perhaps I've got the networking aspect wrong?


    Anyone that got this working properly on a libreelec setup?