File tree 1 file changed +20
-14
lines changed
1 file changed +20
-14
lines changed Original file line number Diff line number Diff line change @@ -60,21 +60,27 @@ Hass.io upgrade process from the SSH command line
60
60
On the SSH command line you can use the ` hassio ` command to retrieve logs, check the details of connected hardware, and more.
61
61
62
62
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
+ ```
69
71
70
72
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
+ ```
75
79
76
80
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
+ ```
You can’t perform that action at this time.
0 commit comments