Classes | |
| class | DiscordFlowHandler |
Functions | |
| tuple[str|None, nextcord.AppInfo|None] | _async_try_connect (str token) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| CONFIG_SCHEMA = vol.Schema({vol.Required(CONF_API_TOKEN): str}) | |
Config flow for Discord integration.
|
private |
Try connecting to Discord.
Definition at line 82 of file config_flow.py.
|
private |
Definition at line 18 of file config_flow.py.
| homeassistant.components.discord.config_flow.CONFIG_SCHEMA = vol.Schema({vol.Required(CONF_API_TOKEN): str}) |
Definition at line 20 of file config_flow.py.