homeassistant: Add bluetooth support
This commit is contained in:
parent
1285656eae
commit
7b88de9100
4 changed files with 59 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue