Home Assistant Unofficial Reference 2024.12.1
config_flow.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.system_bridge.config_flow.CannotConnect
 
class  homeassistant.components.system_bridge.config_flow.InvalidAuth
 
class  homeassistant.components.system_bridge.config_flow.SystemBridgeConfigFlow
 

Namespaces

 homeassistant.components.system_bridge.config_flow
 

Functions

tuple[dict[str, str], dict[str, str]|None] homeassistant.components.system_bridge.config_flow._async_get_info (HomeAssistant hass, dict[str, Any] user_input)
 
dict[str, str] homeassistant.components.system_bridge.config_flow._validate_input (HomeAssistant hass, dict[str, Any] data)
 

Variables

 homeassistant.components.system_bridge.config_flow._LOGGER = logging.getLogger(__name__)
 
 homeassistant.components.system_bridge.config_flow.STEP_AUTHENTICATE_DATA_SCHEMA = vol.Schema({vol.Required(CONF_TOKEN): cv.string})
 
 homeassistant.components.system_bridge.config_flow.STEP_USER_DATA_SCHEMA