Skip to content

Commit bb1d628

Browse files
authored
Update Home-Assistant.md
As noted on discord, the installation of Homeassistant Docker using IOTstack should strogly recomend the use of a wired connection for the intial install , otherewise the NetworkManager is likely to cause the install process to stall half way through
1 parent 416091c commit bb1d628

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/Containers/Home-Assistant.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ Hass.io now has a seperate installation in the menu. The old version was incorre
1515
You will be asked to select you device type during the installation. Hass.io is no longer dependant on the IOTstack, it has its own service for maintaining its uptime.
1616

1717
## Installation
18+
Due to the behaviour of NetworkManager, it is strongly recomended to connect the Pi over a wired internet connection, rather than WiFi. Using Wifi will likely result is the install process stalling half way through.
19+
```
1820
Ensure your system is up to date with:
1921
```
2022
sudo apt update
@@ -62,4 +64,4 @@ The stored file are located in `/usr/share/hassio` which can be removed if you n
6264

6365
Double check with `docker ps` to see if there are other hassio containers running. They can stopped and removed in the same fashion for the dns and supervisor
6466

65-
You can use Portainer to view what is running and clean up the unused images.
67+
You can use Portainer to view what is running and clean up the unused images.

0 commit comments

Comments
 (0)