Classes | |
| class | CannotConnect |
| class | InvalidAuth |
| class | SystemBridgeConfigFlow |
Functions | |
| tuple[dict[str, str], dict[str, str]|None] | _async_get_info (HomeAssistant hass, dict[str, Any] user_input) |
| dict[str, str] | _validate_input (HomeAssistant hass, dict[str, Any] data) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| STEP_AUTHENTICATE_DATA_SCHEMA = vol.Schema({vol.Required(CONF_TOKEN): cv.string}) | |
| STEP_USER_DATA_SCHEMA | |
Config flow for System Bridge integration.
|
private |
Definition at line 93 of file config_flow.py.
|
private |
Validate the user input allows us to connect. Data has the keys from STEP_USER_DATA_SCHEMA with values provided by the user.
Definition at line 41 of file config_flow.py.
|
private |
Definition at line 29 of file config_flow.py.
| homeassistant.components.system_bridge.config_flow.STEP_AUTHENTICATE_DATA_SCHEMA = vol.Schema({vol.Required(CONF_TOKEN): cv.string}) |
Definition at line 31 of file config_flow.py.
| homeassistant.components.system_bridge.config_flow.STEP_USER_DATA_SCHEMA |
Definition at line 32 of file config_flow.py.