Handler for the setup flow.
Definition at line 271 of file notify.py.
◆ __init__()
| None homeassistant.auth.mfa_modules.notify.NotifySetupFlow.__init__ |
( |
|
self, |
|
|
NotifyAuthModule |
auth_module, |
|
|
vol.Schema |
setup_schema, |
|
|
str |
user_id, |
|
|
list[str] |
available_notify_services |
|
) |
| |
Initialize the setup flow.
Definition at line 274 of file notify.py.
◆ async_step_init()
| FlowResult homeassistant.auth.mfa_modules.notify.NotifySetupFlow.async_step_init |
( |
|
self, |
|
|
dict[str, str] | None |
user_input = None |
|
) |
| |
Let user select available notify services.
Definition at line 291 of file notify.py.
◆ async_step_setup()
| FlowResult homeassistant.auth.mfa_modules.notify.NotifySetupFlow.async_step_setup |
( |
|
self, |
|
|
dict[str, str] | None |
user_input = None |
|
) |
| |
Verify user can receive one-time password.
Definition at line 317 of file notify.py.
◆ _available_notify_services
| homeassistant.auth.mfa_modules.notify.NotifySetupFlow._available_notify_services |
|
private |
◆ _count
| homeassistant.auth.mfa_modules.notify.NotifySetupFlow._count |
|
private |
◆ _notify_service
| homeassistant.auth.mfa_modules.notify.NotifySetupFlow._notify_service |
|
private |
◆ _secret
| homeassistant.auth.mfa_modules.notify.NotifySetupFlow._secret |
|
private |
◆ _target
| homeassistant.auth.mfa_modules.notify.NotifySetupFlow._target |
|
private |
The documentation for this class was generated from the following file:
- core/homeassistant/auth/mfa_modules/notify.py