linux  projekt  smarthome

home assistent - docker

hacky sack...
Doku RPi Docker
Doku Linux

Docker

mkdir -p ~/.config/ha-config

docker run -d \
  --name homeassistant \
  --privileged \
  --restart=unless-stopped \
  -e TZ=Europe/Berlin \
  -v /home/mani/.config/ha-config:/config \
  -v /run/dbus:/run/dbus:ro \
  --network=host \
  ghcr.io/home-assistant/home-assistant:stable