From cd62d7d99602975bac655cf0cf97778fedc7afa8 Mon Sep 17 00:00:00 2001 From: Klaas Schoute Date: Tue, 6 Nov 2018 08:12:51 +0100 Subject: [PATCH] Update Lets_Encrypt Add-on component configuration (#7387) --- source/_addons/lets_encrypt.markdown | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/source/_addons/lets_encrypt.markdown b/source/_addons/lets_encrypt.markdown index 755d039a2f7..6b298f43b9f 100644 --- a/source/_addons/lets_encrypt.markdown +++ b/source/_addons/lets_encrypt.markdown @@ -23,10 +23,16 @@ Setup and manage a [Let's Encrypt](https://letsencrypt.org/) certificate. This a } ``` -Configuration variables: - -- **email** (*Required*): Your email address for registration on Let's Encrypt. -- **domains** (*Required*): A list of domains to create/renew the certificate. +{% configuration %} +email: + description: Your email address for registration on Let's Encrypt. + required: true + type: string +domains: + description: A list of domains to create/renew the certificate. + required: true + type: list +{% endconfiguration %} ## {% linkable_title Home Assistant configuration %}