Skip to content

Commit 9e3d667

Browse files
committed
20211011 Home Assistant - master branch - PR 1 of 3
Changes `home_assistant` service definition to: * Reference ghcr.io containers, and provide options to select tailored images for Raspberry Pi 3 and 4. * Places container into Host Mode so it can receive multicast traffic. Documentation re-organised to clearly separate material relevant to Hass.io (Home Assistant Core) from Home Assistant Container. Updates Hass.io material in line with what actually happens when that version is installed.
1 parent 651a30b commit 9e3d667

File tree

2 files changed

+134
-82
lines changed

2 files changed

+134
-82
lines changed

.templates/home_assistant/service.yml

100755100644
Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
home_assistant:
22
container_name: home_assistant
3-
image: homeassistant/home-assistant:stable
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
46
restart: unless-stopped
5-
ports:
6-
- "8123:8123"
7+
network_mode: host
78
volumes:
89
- /etc/localtime:/etc/localtime:ro
910
- ./volumes/home_assistant:/config
10-
#network_mode: host
11-

0 commit comments

Comments
 (0)