From dcbf6152410f54fec0b7be5641fc0e99a2e1653d Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sat, 13 May 2017 21:56:56 -0700 Subject: [PATCH] Update hass.io docs --- source/_addons/lets_encrypt.markdown | 10 ++++++++++ source/hassio/installation.markdown | 4 ++++ 2 files changed, 14 insertions(+) diff --git a/source/_addons/lets_encrypt.markdown b/source/_addons/lets_encrypt.markdown index 788ef9a9358..5453e79c715 100644 --- a/source/_addons/lets_encrypt.markdown +++ b/source/_addons/lets_encrypt.markdown @@ -22,3 +22,13 @@ Configuration variables: - **email** (*Required*): Your email address for registration on Let's Encrypt. - **domains** (*Required*): A list of domains to create/renew the certificate. + +## {% linkable_title Home Assistant configuration %} + +Use the following configuration in Home Assistant to use the generated certificate: + +```yaml +http: + ssl_certificate: /ssl/fullchain.pem + ssl_key: /ssl/privkey.pem +``` diff --git a/source/hassio/installation.markdown b/source/hassio/installation.markdown index b6d80a8f8bb..653ee933aec 100644 --- a/source/hassio/installation.markdown +++ b/source/hassio/installation.markdown @@ -21,6 +21,10 @@ Hass.io images are available for all available Raspberry Pi and intel nuc platfo - Insert SD card to Raspberry Pi and turn it on. On first boot, it downloads the latest version of Home Assistant which can take some time. - You will be able to reach your installation at [http://hassio.local][local]. +

+If you copy over your existing Home Assistant configuration, make sure to enable the Hass.io panel by adding either `discovery:` or `hassio:` to your configuration. +

+ ### {% linkable_title Alternative: install on generic Linux server %} 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][linux].