Update Hass.io command cheatsheet
This commit is contained in:
parent
d1510bdfb8
commit
0938876191
1 changed files with 20 additions and 14 deletions
|
@ -60,21 +60,27 @@ Hass.io upgrade process from the SSH command line
|
||||||
On the SSH command line you can use the `hassio` command to retrieve logs, check the details of connected hardware, and more.
|
On the SSH command line you can use the `hassio` command to retrieve logs, check the details of connected hardware, and more.
|
||||||
|
|
||||||
HomeAssistant:
|
HomeAssistant:
|
||||||
``` $ hassio homeassistant logs
|
```shell
|
||||||
$ hassio homeassistant restart
|
$ hassio homeassistant logs
|
||||||
$ hassio homeassistant stop
|
$ hassio homeassistant restart
|
||||||
$ hassio homeassistant start
|
$ hassio homeassistant stop
|
||||||
$ hassio homeassistant update
|
$ hassio homeassistant start
|
||||||
$ hassio homeassistant check```
|
$ hassio homeassistant update
|
||||||
|
$ hassio homeassistant check
|
||||||
|
```
|
||||||
|
|
||||||
Host:
|
Host:
|
||||||
``` $ hassio host hardware
|
```shell
|
||||||
$ hassio host reboot
|
$ hassio host hardware
|
||||||
$ hassio host shutdown
|
$ hassio host reboot
|
||||||
$ hassio host update```
|
$ hassio host shutdown
|
||||||
|
$ hassio host update
|
||||||
|
```
|
||||||
|
|
||||||
Supervisor
|
Supervisor
|
||||||
``` $ hassio supervisor logs
|
```shell
|
||||||
$ hassio supervisor info
|
$ hassio supervisor logs
|
||||||
$ hassio supervisor reload
|
$ hassio supervisor info
|
||||||
$ hassio supervisor update```
|
$ hassio supervisor reload
|
||||||
|
$ hassio supervisor update
|
||||||
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue