Skip to content

Commit c346f6f

Browse files
arretxfabaff
authored andcommitted
A few clarifications (home-assistant#3541)
* A few clarifications These are a few clarifications that would have made the instructions a bit more clear. I figured out what to do, but some of the behavior's were unexpected and I had to guess through a few things. * Minor changes
1 parent 31cb6a8 commit c346f6f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

source/_docs/installation/hassbian/installation.markdown

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,14 @@ The easiest way to install Home Assistant on your Raspberry Pi is by using HASSb
1414

1515
1. [Download the Hassbian image][image-download] (364 MB)
1616
2. Use [Etcher][etcher] to flash the image to your SD card
17-
3. Ensure your Raspberry Pi has wired access to the internet for the entire process or configure your wireless network (details below).
17+
3. Ensure your Raspberry Pi has wired access to the internet for the entire process or configure your wireless network settings **before proceeding to step 4**.
1818
4. Insert SD card to Raspberry Pi and turn it on. Initial installation of Home Assistant will take about 5 minutes.
1919

2020
These instructions are also available as a [video](https://www.youtube.com/watch?v=iIz6XqDwHEk). Additional information is available in this [video](https://www.youtube.com/watch?v=tCGlQSsQ-Mc).
2121

22-
After initial boot an installer will run in the background and takes around 15 minutes to complete, after it has finished you can reach Home Assistant in your browser at [http://hassbian.local:8123]. If you want to login via SSH, the default username is `pi` and password is `raspberry` (please change this by running `passwd`). The Home Assistant configuration is located at `/home/homeassistant/.homeassistant/`.
22+
After initial boot an installer will run in the background and takes around 15 minutes to complete, after it has finished, you will be prompted to login: `hassbian login:`. Installation is complete at this point. The default username is `pi` and the password is `raspberry`.
23+
24+
Open a browser on a device that's connected to the same WiFi network as your Raspberry Pi and point it to Home Assistant at [http://hassbian.local:8123]. If you want to login via SSH, the default username is `pi` and password is `raspberry` (please change this by running `passwd`). The Home Assistant configuration is located at `/home/homeassistant/.homeassistant/`.
2325

2426
If you find that the web page is not reachable after 30 minutes or so, check that you have files in `/home/homeassistant/.homeassistant/`, if there are no files in this location then run the installer manually using this command: `sudo systemctl start install_homeassistant.service`.
2527

@@ -45,6 +47,7 @@ network={
4547
psk="YOUR_PASSWORD"
4648
}
4749
```
50+
You may need to adjust the country code depending upon where you are. A list of codes can be found [here](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elements).
4851

4952
### {% linkable_title Technical Details %}
5053

0 commit comments

Comments
 (0)