Update Multi-factor-auth component configuration (#7270)

This commit is contained in:
Klaas Schoute 2018-10-30 19:13:48 +01:00 committed by Fabian Affolter
parent 004a19b380
commit fe852b9e93

View File

@ -77,11 +77,20 @@ homeassistant:
- type: notify - type: notify
``` ```
Optional configuration variables: {% configuration %}
exclude:
- **exclude** (*Optional*): The list of notifying services you do not want to include. description: The list of notifying services you want to exclude.
- **include** (*Optional*): The list of notifying services you want to include. required: false
- **message** (*Optional*): The message template. type: list
include:
description: The list of notifying services you want to include.
required: false
type: list
message:
description: The message template.
required: false
type: template
{% endconfiguration %}
```yaml ```yaml
# Example configuration, with a message template. # Example configuration, with a message template.