mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 23:36:51 +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
|
- 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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user