Update Hass.io command cheatsheet

This commit is contained in:
Dale Higgs 2018-03-16 14:00:59 -05:00 committed by GitHub
parent d1510bdfb8
commit 0938876191
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 logs
$ hassio homeassistant restart $ hassio homeassistant restart
$ hassio homeassistant stop $ hassio homeassistant stop
$ hassio homeassistant start $ hassio homeassistant start
$ hassio homeassistant update $ hassio homeassistant update
$ hassio homeassistant check``` $ hassio homeassistant check
```
Host: Host:
``` $ hassio host hardware ```shell
$ hassio host hardware
$ hassio host reboot $ hassio host reboot
$ hassio host shutdown $ hassio host shutdown
$ hassio host update``` $ hassio host update
```
Supervisor Supervisor
``` $ hassio supervisor logs ```shell
$ hassio supervisor logs
$ hassio supervisor info $ hassio supervisor info
$ hassio supervisor reload $ hassio supervisor reload
$ hassio supervisor update``` $ hassio supervisor update
```