File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
.templates/home_assistant Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 1+ home_assistant :
2+ container_name : home_assistant
3+ image : ghcr.io/home-assistant/home-assistant:stable
4+ # image: ghcr.io/home-assistant/raspberrypi3-homeassistant:stable
5+ # image: ghcr.io/home-assistant/raspberrypi4-homeassistant:stable
6+ restart : unless-stopped
7+ network_mode : host
8+ volumes :
9+ - /etc/localtime:/etc/localtime:ro
10+ - ./volumes/home_assistant:/config
Original file line number Diff line number Diff line change @@ -62,6 +62,7 @@ declare -A cont_array=(
6262 [heimdall]=" Heimdall Application Dashboard"
6363 [dashmachine]=" DashMachine"
6464 [homer]=" Homer"
65+ [home_assistant]=" Home Assistant Container"
6566 # add yours here
6667)
6768
@@ -107,6 +108,7 @@ declare -a armhf_keys=(
107108 " heimdall"
108109 " dashmachine"
109110 " homer"
111+ " home_assistant"
110112 # add yours here
111113)
112114sys_arch=$( uname -m)
You can’t perform that action at this time.
0 commit comments