Skip to content

Files

120 lines (95 loc) · 3.98 KB

index.markdown

File metadata and controls

120 lines (95 loc) · 3.98 KB
layout title description date sidebar comments sharing footer redirect_from
page
Hass.io
Manage your Home Assistant and custom add-ons.
2017-04-30 13:28
true
false
true
true
/components/hassio/

Hass.io turns your Raspberry Pi (or another device) into the ultimate home automation hub powered by Home Assistant. With Hass.io you can focus on integrating your devices and writing automations.

Go to the installation instructions »

The advantages of using Hass.io:

<iframe width="560" height="315" src="https://www.youtube.com/embed/XWPluWcYRMI" frameborder="0" allowfullscreen></iframe>

{% linkable_title Upgrading %}

Hass.io users can update Home Assistant via the 'Hass.io' page in the UI. However please note that Home Assistant updates take time to roll into the Hass.io builds. Therefore there is often a slight delay between the availability of a Home Assistant update and an update being available in Hass.io, be patient. When a Hass.io update is available, it will be shown as available on the ‘Hass.io' page in your UI.

Hass.io dashboard with upgrade notification (under the hamburger menu -> Hass.io)

Hass.io upgrade process from the SSH command line

{% linkable_title hassio command %}

On the SSH command line you can use the hassio command to retrieve logs, check the details of connected hardware, and more.

Home Assistant:

$ 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

You can get a better description of the CLI capabilities by typing hassio help:

NAME:
   hassio - Commandline tool to allow interation with hass.io

USAGE:
   hassio [global options] command [command options] [arguments...]

VERSION:
   1.2.1

AUTHOR:
   Home-Assistant <[email protected]>

COMMANDS:
     homeassistant, ha  info, logs, check, restart, start, stop, update
     supervisor, su     info, logs, reload, update
     host, ho           hardware, reboot, shutdown, update
     network, ne        info, options
     snapshots, sn      list, info, reload, new, restore, remove
     addons, ad         list, info, logo, changelog, logs, stats,
 reload, start, stop, install, uninstall, update
     help, h  Shows a list of commands or help for one command

GLOBAL OPTIONS:
   --debug, -d    Prints Debug information
   --help, -h     show help
   --version, -v  print the version