diff options
-rw-r--r-- | setup.yml | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -109,12 +109,11 @@ containers.podman.podman_container: name: homeassistant image: ghcr.io/home-assistant/home-assistant:stable - #privileged: true network: host + # Keep groups, eg dialout for ttyUSB0. + group_add: keep-groups volumes: - "{{ data }}/home-assistant/config:/config" - "/etc/localtime:/etc/localtime:ro" device: - # Podman somehow stores the device file all lower-case. - # Writing it as /dev/ttyUSB0 is treated as a change. - - "/dev/ttyusb0:/dev/ttyusb0" + - "/dev/ttyUSB0:/dev/ttyUSB0" |