diff --git a/atom.xml b/atom.xml index b51ccc493b..33ec0f6145 100644 --- a/atom.xml +++ b/atom.xml @@ -4,7 +4,7 @@
The xiaomi_miio
fan platform allows you to control the Xiaomi Air Purifier 2. The Air Purifier Pro isn’t supported right now.
The xiaomi_miio
fan platform allows you to control the Xiaomi Air Purifier 2, Air Purifier 2S andd Air Purifier Pro.
Currently, the supported features are
Configuration variables:
For details please check the API documentation.
diff --git a/components/skybell/index.html b/components/skybell/index.html index b19e285c77..8c97e5cadc 100644 --- a/components/skybell/index.html +++ b/components/skybell/index.html @@ -74,20 +74,28 @@The skybell
implementation allows you to integrate your Skybell.com doorbells in Home Assistant.
The skybell
implementation allows you to integrate your Skybell.com doorbells in Home Assistant.
Currently only the Skybell HD is supported by this platform.
-To enable devices set up with your Skybell.com account, add the following to your configuration.yaml
file:
To enable devices set up with your Skybell.com account, add the following to your configuration.yaml
file:
# Example configuration.yaml entry
skybell:
username: you@example.com
password: secret
Configuration variables:
-Finish your configuration by visiting the Skybell binary sensor, Skybell camera, Skybell light, Skybell sensor, or Skybell switch documentation.
diff --git a/hassio/installation/index.html b/hassio/installation/index.html index b7fc6e723f..3c1f7a1653 100644 --- a/hassio/installation/index.html +++ b/hassio/installation/index.html @@ -101,8 +101,14 @@ Please remember to ensure you’re using an discovery: orhassio:
to your configuration.
For advanced users, it is also possible to try Hass.io on your Linux server or inside a VM. To do so, follow these instructions.
-When you use this installation method, some add-ons will not be available and the documentation might not work for your installation.
+For advanced users, it is also possible to try Hass.io on your Linux server or inside a virtual machine. To do so, run the following command as root:
+curl -sL https://raw.githubusercontent.com/home-assistant/hassio-build/master/install/hassio_install | bash -s
+
++When you use this installation method, some add-ons will not be available and the documentation might not work for your installation. +
+A detailed guide about running Hass.io as a virtual machine is available in the blog.