Update Lets_Encrypt Add-on component configuration (#7387)

This commit is contained in:
Klaas Schoute 2018-11-06 08:12:51 +01:00 committed by Fabian Affolter
parent 11102d31df
commit cd62d7d996

View File

@ -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 %}