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:
Underknowledge 2019-06-19 17:09:37 +02:00 committed by Franck Nijhof
parent 1e46c4fcbe
commit 146796a4f7

View File

@ -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: