Skip to content

Update Hass.io command cheatsheet #4939

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 16, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 20 additions & 14 deletions source/hassio/index.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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
```