mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-25 18:26:56 +00:00
Merge pull request #4775 from home-assistant/DubhAd-patch-2
Initial stab at documenting the hassio commands
This commit is contained in:
commit
e3011d8ef5
@ -54,3 +54,27 @@ Hass.io upgrade process from the SSH command line
|
|||||||
[ResinOS]: https://resinos.io/
|
[ResinOS]: https://resinos.io/
|
||||||
[Docker]: https://www.docker.com/
|
[Docker]: https://www.docker.com/
|
||||||
[install]: /hassio/installation/
|
[install]: /hassio/installation/
|
||||||
|
|
||||||
|
## {% linkable_title hassio command %}
|
||||||
|
|
||||||
|
On the SSH command line tyou 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```
|
||||||
|
|
||||||
|
Host:
|
||||||
|
``` $ 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```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user