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.
|
||||
|
||||
HomeAssistant:
|
||||
``` $ hassio homeassistant logs
|
||||
$ hassio homeassistant restart
|
||||
$ hassio homeassistant stop
|
||||
$ hassio homeassistant start
|
||||
$ hassio homeassistant update
|
||||
$ hassio homeassistant check```
|
||||
```shell
|
||||
$ hassio homeassistant logs
|
||||
$ hassio homeassistant restart
|
||||
$ hassio homeassistant stop
|
||||
$ hassio homeassistant start
|
||||
$ hassio homeassistant update
|
||||
$ hassio homeassistant check
|
||||
```
|
||||
|
||||
Host:
|
||||
``` $ hassio host hardware
|
||||
$ hassio host reboot
|
||||
$ hassio host shutdown
|
||||
$ hassio host update```
|
||||
```shell
|
||||
$ hassio host hardware
|
||||
$ hassio host reboot
|
||||
$ hassio host shutdown
|
||||
$ hassio host update
|
||||
```
|
||||
|
||||
Supervisor
|
||||
``` $ hassio supervisor logs
|
||||
$ hassio supervisor info
|
||||
$ hassio supervisor reload
|
||||
$ hassio supervisor update```
|
||||
```shell
|
||||
$ hassio supervisor logs
|
||||
$ hassio supervisor info
|
||||
$ hassio supervisor reload
|
||||
$ hassio supervisor update
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue