Updated http base_url sample (#7639)

* Updated http base_url sample

The base_url example incorrectly referenced a duck dns link with https instead of http which may be confusing for some users.

* Corrected base_url example.
This commit is contained in:
Mark Leenaerts 2018-11-26 21:52:08 +01:00 committed by Fabian Affolter
parent 1d0ec122eb
commit c4ef0394c2

View File

@ -55,7 +55,7 @@ Use the following configuration in Home Assistant to use the generated certifica
```yaml ```yaml
http: http:
base_url: https://my-domain.duckdns.org:8123 base_url: 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
``` ```