Skip to content

Commit dcbf615

Browse files
committed
Update hass.io docs
1 parent 8f36696 commit dcbf615

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

source/_addons/lets_encrypt.markdown

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,13 @@ Configuration variables:
2222

2323
- **email** (*Required*): Your email address for registration on Let's Encrypt.
2424
- **domains** (*Required*): A list of domains to create/renew the certificate.
25+
26+
## {% linkable_title Home Assistant configuration %}
27+
28+
Use the following configuration in Home Assistant to use the generated certificate:
29+
30+
```yaml
31+
http:
32+
ssl_certificate: /ssl/fullchain.pem
33+
ssl_key: /ssl/privkey.pem
34+
```

source/hassio/installation.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ Hass.io images are available for all available Raspberry Pi and intel nuc platfo
2121
- 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.
2222
- You will be able to reach your installation at [http://hassio.local][local].
2323

24+
<p class='note'>
25+
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.
26+
</p>
27+
2428
### {% linkable_title Alternative: install on generic Linux server %}
2529

2630
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].

0 commit comments

Comments
 (0)