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: