Skip to content

Commit 58c30b8

Browse files
frenckfabaff
andauthored
Adjust installation steps, removing SSH add-on (#12924)
* Adjust installation steps, removing SSH add-on * Remove installation step * Update source/hassio/installation.markdown Co-Authored-By: Fabian Affolter <mail@fabian-affolter.ch> Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>
1 parent 96e3ad7 commit 58c30b8

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

source/hassio/installation.markdown

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,6 @@ The following will take you through the steps required to install Home Assistant
5151

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

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.
55-
5654
<div class='note warning'>
5755

5856
We used `hassio.local` in the past, if you have a system that is installed before this naming change, you might need to use `hassio.local` instead of `homeassistant.local`.
@@ -85,7 +83,12 @@ Best practice for updating a Home Assistant installation:
8583

8684
## Run a specific version on Home Assistant
8785

88-
SSH to your Home Assistant system, or connect to the console, and run:
86+
For this you would need to install the [Terminal & SSH add-on][ssh] or use the console
87+
that is available on your device by connecting a keyboard and screen.
88+
89+
To install the Terminal & SSH add-on, choose **Supervisor**, which is located in the sidebar and then the add-on store.
90+
91+
Use the web-based terminal or SSH to your Home Assistant system, or connect to the console, and run:
8992

9093
```bash
9194
ha core update --version=0.XX.X

0 commit comments

Comments
 (0)