homeassistant: Add support for zigbee dongle

This commit is contained in:
Timo Makinen 2023-12-05 17:15:16 +00:00
parent 8c66c9a6a0
commit a4660f69cf
5 changed files with 19 additions and 1 deletions

View file

@ -10,6 +10,7 @@ ExecStart=/usr/bin/podman run \
--name homeassistant \
--env TZ=Europe/Helsinki \
--userns keep-id \
--device /dev/ttyUSB0 \
--volume /run/dbus:/run/dbus:ro \
--volume /srv/homeassistant:/config:rw \
docker.io/homeassistant/home-assistant:{{ homeassistant_version }}