diff --git a/atom.xml b/atom.xml index 3f593f0872..074def3e76 100644 --- a/atom.xml +++ b/atom.xml @@ -4,7 +4,7 @@
Where for example on a Philips Hue Dimmer, 2001 would be holding the dim up button.
+For the IKEA Tradfri remote, 1 is the middle button, 2 is up, 3 is down, 4 is left, and 5 is right.
automation:
diff --git a/hassio/index.html b/hassio/index.html
index cb08dbaf02..8304fcc592 100644
--- a/hassio/index.html
+++ b/hassio/index.html
@@ -101,6 +101,25 @@ Hass.io dashboard with upgrade notification (under the hamburger menu -> Hass
Hass.io upgrade process from the SSH command line
+ 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