Classes | |
| class | CannotConnect |
| class | InvalidUpbFile |
| class | UPBConfigFlow |
Functions | |
| def | _make_url_from_data (data) |
| def | _validate_input (data) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| DATA_SCHEMA | |
| dictionary | PROTOCOL_MAP = {"TCP": "tcp://", "Serial port": "serial://"} |
| int | VALIDATE_TIMEOUT = 15 |
Config flow for UPB PIM integration.
|
private |
Definition at line 68 of file config_flow.py.
|
private |
Validate the user input allows us to connect.
Definition at line 32 of file config_flow.py.
|
private |
Definition at line 18 of file config_flow.py.
| homeassistant.components.upb.config_flow.DATA_SCHEMA |
Definition at line 20 of file config_flow.py.
| dictionary homeassistant.components.upb.config_flow.PROTOCOL_MAP = {"TCP": "tcp://", "Serial port": "serial://"} |
Definition at line 19 of file config_flow.py.
| int homeassistant.components.upb.config_flow.VALIDATE_TIMEOUT = 15 |
Definition at line 29 of file config_flow.py.