Merge pull request #170 from cschug/update_homeassistant

chore: upgrade Home Assistant 2023.6 -> 2024.3.0
This commit is contained in:
Christoph Schug 2024-03-08 14:07:09 +01:00 committed by GitHub
commit e7077ef73c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,10 +2,11 @@
services:
homeassistant:
container_name: homeassistant
image: "ghcr.io/home-assistant/home-assistant:2023.6"
image: ghcr.io/home-assistant/home-assistant:2024.3.0
volumes:
- ./config:/config
- /etc/localtime:/etc/localtime:ro
- /run/dbus:/run/dbus:ro
# devices:
# - /dev/ttyACMO # (optional) Add serial devices to the container
privileged: true