mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +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:
|
||||
auth_mfa_modules:
|
||||
- type: notify
|
||||
include:
|
||||
- notify_entity
|
||||
```
|
||||
|
||||
{% configuration %}
|
||||
exclude:
|
||||
description: The list of notifying services you want to exclude.
|
||||
description: The list of notifying service entities you want to exclude.
|
||||
required: false
|
||||
type: list
|
||||
include:
|
||||
description: The list of notifying services you want to include.
|
||||
description: The list of notifying service entities you want to include.
|
||||
required: false
|
||||
type: list
|
||||
message:
|
||||
|
Loading…
x
Reference in New Issue
Block a user