Skip to content

Commit d24fd71

Browse files
committed
2023-05-16 Home Assistant adaptation to expected kernel change - old-menu branch - PR 2 of 2
Background: - SensorsIot#690 – Kernel update may remove /dev/ttyAMA0 - [Home Assistant documentation](https://www.home-assistant.io/installation/raspberrypi#docker-compose) Changes: 1. Removes Bluetooth-specific volumes and devices from template. 2. Removes hardware-specific image options (still available but no longer mentioned in the Home Assistant documentation; and not relevant where IOTstack may be deployed on non-Pi hardware). 3. Adds privileged flag (present on master branch and specified in the Home Assistant documentation). Signed-off-by: Phill Kelley <[email protected]>
1 parent fea7968 commit d24fd71

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)