Skip to content

Commit

Permalink
feat(homeassistant): Add Home Assistant
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrienPoupa committed Jan 19, 2024
1 parent a39d5d9 commit fcb6205
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,7 @@ services:
- /etc/localtime:/etc/localtime:ro
- /run/dbus:/run/dbus:ro
restart: always
privileged: true
labels:
- traefik.enable=true
- traefik.http.routers.homeassistant.rule=(Host(`${HOMEASSISTANT_HOSTNAME}`))
Expand All @@ -428,7 +429,7 @@ services:
- homepage.group=Apps
- homepage.name=homeassistant
- homepage.icon=homeassistant.png
- homepage.href=${HOMEASSISTANT_HOSTNAME}
- homepage.href=https://${HOMEASSISTANT_HOSTNAME}
- homepage.description=Open source home automation that puts local control and privacy first
- homepage.weight=3
- homepage.widget.type=homeassistant
Expand Down

0 comments on commit fcb6205

Please sign in to comment.