mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-27 19:26:50 +00:00
Update multi-factor-auth.markdown (#9530)
* Update multi-factor-auth.markdown Took me a while to get the config after it wasn't clear that I only have to define the entity_id without the domain. * Update source/_docs/authentication/multi-factor-auth.markdown Co-Authored-By: Jorim Tielemans <tielemans.jorim@gmail.com> * Update source/_docs/authentication/multi-factor-auth.markdown Co-Authored-By: Jorim Tielemans <tielemans.jorim@gmail.com>
This commit is contained in:
parent
1e46c4fcbe
commit
146796a4f7
@ -75,15 +75,17 @@ Add Notify MFA to your `configuration.yaml` file like this:
|
|||||||
homeassistant:
|
homeassistant:
|
||||||
auth_mfa_modules:
|
auth_mfa_modules:
|
||||||
- type: notify
|
- type: notify
|
||||||
|
include:
|
||||||
|
- notify_entity
|
||||||
```
|
```
|
||||||
|
|
||||||
{% configuration %}
|
{% configuration %}
|
||||||
exclude:
|
exclude:
|
||||||
description: The list of notifying services you want to exclude.
|
description: The list of notifying service entities you want to exclude.
|
||||||
required: false
|
required: false
|
||||||
type: list
|
type: list
|
||||||
include:
|
include:
|
||||||
description: The list of notifying services you want to include.
|
description: The list of notifying service entities you want to include.
|
||||||
required: false
|
required: false
|
||||||
type: list
|
type: list
|
||||||
message:
|
message:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user