Skip to content

Commit 7415b06

Browse files
authored
Merge pull request home-assistant#4939 from home-assistant/dale3h-hassio-commands
Update Hass.io command cheatsheet
2 parents 5f4509b + 0938876 commit 7415b06

File tree

1 file changed

+20
-14
lines changed

1 file changed

+20
-14
lines changed

source/hassio/index.markdown

Lines changed: 20 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -60,21 +60,27 @@ Hass.io upgrade process from the SSH command line
6060
On the SSH command line you can use the `hassio` command to retrieve logs, check the details of connected hardware, and more.
6161

6262
HomeAssistant:
63-
``` $ hassio homeassistant logs
64-
$ hassio homeassistant restart
65-
$ hassio homeassistant stop
66-
$ hassio homeassistant start
67-
$ hassio homeassistant update
68-
$ hassio homeassistant check```
63+
```shell
64+
$ hassio homeassistant logs
65+
$ hassio homeassistant restart
66+
$ hassio homeassistant stop
67+
$ hassio homeassistant start
68+
$ hassio homeassistant update
69+
$ hassio homeassistant check
70+
```
6971

7072
Host:
71-
``` $ hassio host hardware
72-
$ hassio host reboot
73-
$ hassio host shutdown
74-
$ hassio host update```
73+
```shell
74+
$ hassio host hardware
75+
$ hassio host reboot
76+
$ hassio host shutdown
77+
$ hassio host update
78+
```
7579

7680
Supervisor
77-
``` $ hassio supervisor logs
78-
$ hassio supervisor info
79-
$ hassio supervisor reload
80-
$ hassio supervisor update```
81+
```shell
82+
$ hassio supervisor logs
83+
$ hassio supervisor info
84+
$ hassio supervisor reload
85+
$ hassio supervisor update
86+
```

0 commit comments

Comments
 (0)