From 4a902a7835a31a63b0387d9de3f6141f7e08a732 Mon Sep 17 00:00:00 2001 From: Mattheus Date: Thu, 9 Jan 2020 10:50:47 +0100 Subject: [PATCH] remove api_password option from http: config (#11680) remove api_password option from http: config because the option are deprecated since 0.90 release of HomeAssistant. --- .../_docs/ecosystem/certificates/tls_domain_certificate.markdown | 1 - 1 file changed, 1 deletion(-) diff --git a/source/_docs/ecosystem/certificates/tls_domain_certificate.markdown b/source/_docs/ecosystem/certificates/tls_domain_certificate.markdown index 27563e1a3d7..5a67900752d 100644 --- a/source/_docs/ecosystem/certificates/tls_domain_certificate.markdown +++ b/source/_docs/ecosystem/certificates/tls_domain_certificate.markdown @@ -57,7 +57,6 @@ The [`http`](/integrations/http/) section must contain the full path to the need ```yaml http: - api_password: YOUR_SECRET_PASSWORD base_url: https://mydomain.com:8123 ssl_certificate: /etc/letsencrypt/live/mydomain.com/fullchain.pem ssl_key: /etc/letsencrypt/live/mydomain.com/privkey.pem