Skip to content

Commit eb57b85

Browse files
NeLLyMerCfrenck
andauthored
Update installation.markdown (#11986)
* Update installation.markdown - Updated verbiage to align with recent post "Changing the Home Assistant Brand" - Small grammatical errors * Update installation.markdown - fixed menu selection for upgrading * Update source/hassio/installation.markdown Co-Authored-By: Franck Nijhof <frenck@frenck.nl> * Update source/hassio/installation.markdown Co-Authored-By: Franck Nijhof <frenck@frenck.nl> * Update installation.markdown - Changed HassOS verbiage but left link as is for functionality Co-authored-by: Franck Nijhof <frenck@frenck.nl>
1 parent 06552e2 commit eb57b85

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed

source/hassio/installation.markdown

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
title: "Installing Hass.io"
3-
description: "Instructions on how to install Hass.io."
2+
title: "Installing Home Assistant"
3+
description: "Instructions on how to install Home Assistant."
44
---
55

6-
The following will take you through the steps required to install Hass.io.
6+
The following will take you through the steps required to install Home Assistant.
77

88
1. Download the appropriate install option:
99

@@ -32,16 +32,16 @@ The following will take you through the steps required to install Hass.io.
3232
- [Raspberry Pi Zero-W][pi0-w]
3333
- [Raspberry Pi 2][pi2]
3434

35-
2. Install Hass.io:
35+
2. Install Home Assistant:
3636

37-
- Flash the downloaded image to an SD card using [balenaEtcher][balenaEtcher]. If using a Pi we recommend at least a 32 GB SD card to avoid running out of space. On Virtual machine platforms, provide at least 32 GB of disk space for the VM.
37+
- Flash the downloaded image to an SD card using [balenaEtcher][balenaEtcher]. If using a Pi, we recommend at least a 32 GB SD card to avoid running out of space. On Virtual machine platforms, provide at least 32 GB of disk space for the VM.
3838
- Load the appliance image into your virtual machine software. Choose 64-bit Linux and UEFI boot.
3939

4040
3. Optional - set up the WiFi or static IP. There are two possible places for that:
4141
- on a blank USB stick with a FAT32 partition having partition label `CONFIG`, while in its root directory, create the `network/my-network` file, or
42-
- on the Hass.io SD card's first, bootable partition (labeled `hassio-boot`, might not be auto mounted in Linux) create the `CONFIG/network/my-network` file.
42+
- on the Home Assistant SD card's first, bootable partition (labeled `hassio-boot`, might not be auto mounted in Linux) create the `CONFIG/network/my-network` file.
4343

44-
For the content of this file, follow the [HassOS howto][hassos-network].
44+
For the content of this file, follow the [Home Assistant Operating System howto][hassos-network].
4545

4646
4. For image-based installs insert the SD card (and optional USB stick) into the device.
4747

@@ -51,7 +51,7 @@ The following will take you through the steps required to install Hass.io.
5151

5252
6. You will be able to reach your installation at `http://hassio.local:8123` (if your router supports mDNS, otherwise see below).
5353

54-
7. It is important to provide yourself proper access, including the Hass.io CLI tools. Both the [Samba add-on][samba] and the [SSH add-on][ssh] should be the first add-ons you should install, before making changes to the configuration in the `/config/` folder. From the UI choose **Hass.io**, which is located in the sidebar and then the add-on store.
54+
7. It is important to provide yourself proper access, including the Home Assistant CLI tools. Both the [Samba add-on][samba] and the [SSH add-on][ssh] should be the first add-ons you should install, before making changes to the configuration in the `/config/` folder. From the UI choose **Supervisor**, which is located in the sidebar and then the add-on store.
5555

5656
<div class='note'>
5757

@@ -67,39 +67,39 @@ If you are using a Raspberry Pi please remember to ensure you're using an [appro
6767

6868
Now you can [configure][configure] your install.
6969

70-
## Updating a Hass.io installation
70+
## Updating a Home Assistant installation
7171

72-
Best practice for updating a Hass.io installation:
72+
Best practice for updating a Home Assistant installation:
7373

74-
1. Backup your installation, using the snapshot functionality Hass.io offers.
74+
1. Backup your installation, using the snapshot functionality Home Assistant offers.
7575
2. Check the release notes for breaking changes on [Home Assistant release notes](https://github.com/home-assistant/home-assistant/releases). Be sure to check all release notes between the version you are running and the one you are upgrading to. Use the search function in your browser (`CTRL + f`) and search for **Breaking Changes**.
7676
3. Check your configuration using the [Check Home Assistant configuration](/addons/check_config/) add-on.
7777
4. If the check passes, you can safely update. If not, update your configuration accordingly.
78-
5. Select _Dashboard_ from the _Hass.io_ menu, and then select _Update_.
78+
5. Select _Dashboard_ from the _Supervisor_ menu, and then select _Update_.
7979

80-
## Run a specific version on Hass.io
80+
## Run a specific version on Home Assistant
8181

82-
SSH to your Hass.io system, or connect to the console, and run:
82+
SSH to your Home Assistant system, or connect to the console, and run:
8383

8484
```bash
8585
hassio ha update --version=0.XX.X
8686
```
8787

88-
## Run the beta version on Hass.io
88+
## Run the beta version on Home Assistant
8989

9090
If you would like to test next release before anyone else, you can install the beta version released every three weeks:
9191

92-
1. Backup your installation, using the snapshot functionality Hass.io offers.
92+
1. Backup your installation, using the snapshot functionality Home Assistant offers.
9393
2. Check the [Home Assistant RC release notes](https://rc.home-assistant.io/latest-release-notes/) for breaking changes. Be sure to check all release notes between the version you are running and the one you are upgrading to. Use the search function in your browser (`CTRL + f`) and search for **Breaking Changes**.
94-
3. Select _System_ tab from the _Hass.io_ menu, then select _Join Beta Channel_ under _Hass.io supervisor_, then select _Reload_.
95-
4. Select _Dashboard_ tab from the _Hass.io_ menu, and then select _Update_.
94+
3. Select _System_ tab from the _Supervisor_ menu, then select _Join Beta Channel_ under _Supervisor_, then select _Reload_.
95+
4. Select _Dashboard_ tab from the _Supervisor_ menu, and then select _Update_.
9696

9797
## Alternative: install on a generic Linux host
9898

99-
For advanced users, it is also possible to try Hass.io on your [Linux server or inside a virtual machine][linux].
100-
Examples given here are tested on Ubuntu and Arch Linux, but the instructions should work as a guideline for installing on other Linux distrubutions.
99+
For advanced users, it is also possible to try Home Assistant on your [Linux server or inside a virtual machine][linux].
100+
Examples given here are tested on Ubuntu and Arch Linux, but the instructions should work as a guideline for installing on other Linux distributions.
101101

102-
The packages you need to have available on your system that will run Hass.io may vary.
102+
The packages you need to have available on your system that will run Home Assistant may vary.
103103

104104
### Debian/Ubuntu
105105

@@ -119,7 +119,7 @@ Optional:
119119

120120
<div class='note warning'>
121121

122-
Without the NetworkManager, you will be not able to control your host network setup over the UI. The `modemmanager` package will interfere with any Z-Wave or Zigbee stick and should be removed or disabled. Failure to do so will result in random failures of those integrations. For example you can disable with `sudo systemctl disable ModemManager` and remove with `sudo apt-get purge modemmanager`
122+
Without the NetworkManager, you will be not able to control your host network setup over the UI. The `modemmanager` package will interfere with any Z-Wave or Zigbee stick and should be removed or disabled. Failure to do so will result in random failures of those integrations. For example, you can disable with `sudo systemctl disable ModemManager` and remove with `sudo apt-get purge modemmanager`
123123

124124
</div>
125125

@@ -138,16 +138,16 @@ You also need to have Docker-CE installed. There are well-documented procedures
138138

139139
<div class='note warning'>
140140

141-
Some distributions, like Ubuntu, have a `docker.io` package available. Using that packages will cause issues!
142-
Be sure to install the official Docker-CE from the above listed URL.
141+
Some distributions, like Ubuntu, have a `docker.io` package available. Using that package will cause issues!
142+
Be sure to install the official Docker-CE from the above-listed URL.
143143

144144
Docker is not always ready with a release when a new Ubuntu version is out. Check if your version of Ubuntu is supported by docker [here](https://docs.docker.com/install/linux/docker-ce/ubuntu/).
145145

146146
</div>
147147

148148
### Preparation
149149

150-
To prepare your machine for the Hass.io installation, run the following commands:
150+
To prepare your machine for the Home Assistant installation, run the following commands:
151151

152152
For Ubuntu:
153153

@@ -166,7 +166,7 @@ systemctl disable ModemManager
166166
curl -fsSL get.docker.com | sh
167167
```
168168

169-
The following script will then install Hass.io on a variety of operating systems and machine types.
169+
The following script will then install Home Assistant on a variety of operating systems and machine types.
170170

171171
```bash
172172
curl -sL "https://raw.githubusercontent.com/home-assistant/hassio-installer/master/hassio_install.sh" | bash -s
@@ -205,7 +205,7 @@ If you can not find your machine type in the list, you should pick the `qemu` re
205205
When you use this installation method, the core SSH add-on may not function correctly. If that happens, use the community SSH add-on. Some of the documentation might not work for your installation either.
206206
</div>
207207

208-
A detailed guide about running Hass.io as a virtual machine is available in the [blog][hassio-vm].
208+
A detailed guide about running Home Assistant as a virtual machine is available in the [blog][hassio-vm].
209209

210210
[balenaEtcher]: https://www.balena.io/etcher
211211
[Virtual Appliance]: https://github.com/home-assistant/hassos/blob/dev/Documentation/boards/ova.md

0 commit comments

Comments
 (0)