Classes | |
| class | FibaroConfigFlow |
Functions | |
| str | _normalize_url (str url) |
| dict[str, Any] | _validate_input (HomeAssistant hass, dict[str, Any] data) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| STEP_USER_DATA_SCHEMA | |
Config flow for Fibaro integration.
|
private |
Try to fix errors in the entered url. We know that the url should be in the format http://<HOST>/api/
Definition at line 49 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 31 of file config_flow.py.
|
private |
Definition at line 19 of file config_flow.py.
| homeassistant.components.fibaro.config_flow.STEP_USER_DATA_SCHEMA |
Definition at line 21 of file config_flow.py.