Skip to content

Commit dad09a3

Browse files
authored
Merge pull request SensorsIot#703 from Paraphraser/20230516-homeassistant-old-menu
2023-05-16 Home Assistant adaptation to expected kernel change - old-menu branch - PR 2 of 2
2 parents 7888843 + d24fd71 commit dad09a3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.templates/home_assistant/service.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
home_assistant:
22
container_name: home_assistant
33
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
64
restart: unless-stopped
75
network_mode: host
86
volumes:
97
- /etc/localtime:/etc/localtime:ro
108
- ./volumes/home_assistant:/config
9+
privileged: true

0 commit comments

Comments
 (0)