Skip to content

Commit 51e2a1f

Browse files
authored
Merge pull request #426 from Paraphraser/20211011-homeassistant-old-menu
20211011 Home Assistant - old-menu branch - PR 2 of 3
2 parents 3bbbd60 + c0d251f commit 51e2a1f

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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

menu.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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
)
112114
sys_arch=$(uname -m)

0 commit comments

Comments
 (0)