Skip to content

Commit

Permalink
Merge pull request ChristianLempa#170 from cschug/update_homeassistant
Browse files Browse the repository at this point in the history
chore: upgrade Home Assistant 2023.6 -> 2024.3.0
  • Loading branch information
cschug authored Mar 8, 2024
2 parents 45180e9 + b74f64c commit e7077ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose/homeassistant/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e7077ef

Please sign in to comment.