No Description https://hub.docker.com/r/fphammerle/home-assistant

Fabian Peter Hammerle 3b0c0a90e3 added note on homeassistant-pyozw install regarding wheels 4 years ago
Dockerfile 3b0c0a90e3 added note on homeassistant-pyozw install regarding wheels 4 years ago
README.md ccc0a03575 homeassistant v0.78.0; 5 years ago
docker-compose.yml a89781e94d added docker-compose.yml 5 years ago
runtime-requirements.txt e4a1070210 home-assistant v0.89.0 5 years ago

README.md

https://www.home-assistant.io/docs/installation/docker/

https://github.com/home-assistant/home-assistant/blob/dev/virtualization/Docker/setup_docker_prereqs

https://github.com/home-assistant/home-assistant/blob/dev/requirements_all.txt

$ sudo docker build --tag=home-assistant .
$ sudo docker volume create home-assistant-config
$ cat /etc/udev/rules.d/zwave.rules
ACTION=="add", SUBSYSTEM=="tty", ATTRS{idVendor}=="10c4", ATTRS{idProduct}=="ea60", SYMLINK+="zwave-dongle"
# check permissions of /dev/zwave-dongle
$ sudo docker run --rm --publish=8123:8123 \
    --mount "source=home-assistant-config,target=/config,rw" \
    --device /dev/zwave-dongle:/dev/zwave-dongle \
    --security-opt=no-new-privileges --cap-drop=all \
    home-assistant