From 146796a4f7375f6502270666736afe3dc03a3ea0 Mon Sep 17 00:00:00 2001 From: Underknowledge Date: Wed, 19 Jun 2019 17:09:37 +0200 Subject: [PATCH] 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 * Update source/_docs/authentication/multi-factor-auth.markdown Co-Authored-By: Jorim Tielemans --- source/_docs/authentication/multi-factor-auth.markdown | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/source/_docs/authentication/multi-factor-auth.markdown b/source/_docs/authentication/multi-factor-auth.markdown index 16ecd5b8e87..92a518d7a11 100644 --- a/source/_docs/authentication/multi-factor-auth.markdown +++ b/source/_docs/authentication/multi-factor-auth.markdown @@ -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: