homeassistant: Add bluetooth support

This commit is contained in:
Timo Makinen 2023-04-01 18:54:46 +00:00
parent 1285656eae
commit 7b88de9100
4 changed files with 59 additions and 0 deletions

View file

@ -9,6 +9,8 @@ ExecStart=/usr/bin/podman run \
--rm -p 127.0.0.1:8001:8123 \
--name homeassistant \
--env TZ=Europe/Helsinki \
--userns keep-id \
--volume /run/dbus:/run/dbus:rw \
--volume /srv/homeassistant:/config:rw \
docker.io/homeassistant/home-assistant:{{ homeassistant_version }}
ExecStop=/usr/bin/podman stop --ignore homeassistant