mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 13:56:53 +00:00
Merge pull request #4939 from home-assistant/dale3h-hassio-commands
Update Hass.io command cheatsheet
This commit is contained in:
commit
7415b06a8e
@ -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…
x
Reference in New Issue
Block a user