Update to reflect that https should be specified (#7971)

Update to reflect that https should be specified
This commit is contained in:
DubhAd 2018-12-28 20:45:55 +00:00 committed by Fabian Affolter
parent 599a5fc1bc
commit 7a4935027f
No known key found for this signature in database
GPG Key ID: E23CD2DD36A4397F

View File

@ -55,7 +55,7 @@ Use the following configuration in Home Assistant to use the generated certifica
```yaml ```yaml
http: http:
base_url: my-domain.duckdns.org:8123 base_url: https://my-domain.duckdns.org:8123
ssl_certificate: /ssl/fullchain.pem ssl_certificate: /ssl/fullchain.pem
ssl_key: /ssl/privkey.pem ssl_key: /ssl/privkey.pem
``` ```