Home Assistant Unofficial Reference 2024.12.1
config_flow.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.discord.config_flow.DiscordFlowHandler
 

Namespaces

 homeassistant.components.discord.config_flow
 

Functions

tuple[str|None, nextcord.AppInfo|None] homeassistant.components.discord.config_flow._async_try_connect (str token)
 

Variables

 homeassistant.components.discord.config_flow._LOGGER = logging.getLogger(__name__)
 
 homeassistant.components.discord.config_flow.CONFIG_SCHEMA = vol.Schema({vol.Required(CONF_API_TOKEN): str})