Classes | |
| class | CredentialsValidationResult |
| class | NotionFlowHandler |
Functions | |
| CredentialsValidationResult | async_validate_credentials (HomeAssistant hass, str username, str password) |
Variables | |
| AUTH_SCHEMA | |
| REAUTH_SCHEMA | |
Config flow to configure the Notion integration.
| CredentialsValidationResult homeassistant.components.notion.config_flow.async_validate_credentials | ( | HomeAssistant | hass, |
| str | username, | ||
| str | password | ||
| ) |
Validate a Notion username and password.
Definition at line 41 of file config_flow.py.
| homeassistant.components.notion.config_flow.AUTH_SCHEMA |
Definition at line 19 of file config_flow.py.
| homeassistant.components.notion.config_flow.REAUTH_SCHEMA |
Definition at line 25 of file config_flow.py.