Skip to content

Commit

Permalink
Fix MFA notify subheading (home-assistant#12123)
Browse files Browse the repository at this point in the history
Minor change: Totp heading seems to have been copied without editing. Proposed edit fixes The text to refer to the "notify" option rather than Totp.
  • Loading branch information
NateRobinsonS authored Feb 18, 2020
1 parent c9b4257 commit 6627e74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/_docs/authentication/multi-factor-auth.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ TOTP is _time based_ so it relies on your Home Assistant clock being accurate. I

The Notify MFA module uses the [notify component](/integrations/notify/) to send you an [HMAC-based One-Time Password](https://en.wikipedia.org/wiki/HMAC-based_One-time_Password_algorithm). It is typically sent to your phone, but can be sent to any destination supported by a `notify` service. You use this password to log in.

#### Setting up TOTP
#### Setting up MFA notify

Add Notify MFA to your `configuration.yaml` file like this:

Expand Down

0 comments on commit 6627e74

Please sign in to comment.