mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Update Multi-factor-auth component configuration (#7270)
This commit is contained in:
parent
004a19b380
commit
fe852b9e93
@ -77,11 +77,20 @@ homeassistant:
|
||||
- type: notify
|
||||
```
|
||||
|
||||
Optional configuration variables:
|
||||
|
||||
- **exclude** (*Optional*): The list of notifying services you do not want to include.
|
||||
- **include** (*Optional*): The list of notifying services you want to include.
|
||||
- **message** (*Optional*): The message template.
|
||||
{% configuration %}
|
||||
exclude:
|
||||
description: The list of notifying services you want to exclude.
|
||||
required: false
|
||||
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
|
||||
# Example configuration, with a message template.
|
||||
|
Loading…
x
Reference in New Issue
Block a user