From c4ef0394c227975dd2482bcede3f044e6f9426a2 Mon Sep 17 00:00:00 2001 From: Mark Leenaerts Date: Mon, 26 Nov 2018 21:52:08 +0100 Subject: [PATCH] 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. --- source/_addons/duckdns.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_addons/duckdns.markdown b/source/_addons/duckdns.markdown index d1726880996..4626bd7617e 100644 --- a/source/_addons/duckdns.markdown +++ b/source/_addons/duckdns.markdown @@ -55,7 +55,7 @@ Use the following configuration in Home Assistant to use the generated certifica ```yaml http: - base_url: https://my-domain.duckdns.org:8123 + base_url: my-domain.duckdns.org:8123 ssl_certificate: /ssl/fullchain.pem ssl_key: /ssl/privkey.pem ```