Classes | |
| class | HERETravelTimeConfigFlow |
| class | HERETravelTimeOptionsFlow |
Functions | |
| None | async_validate_api_key (str api_key) |
| vol.Schema | get_user_step_schema (Mapping[str, Any] data) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| dictionary | DEFAULT_OPTIONS |
Config flow for HERE Travel Time integration.
| None homeassistant.components.here_travel_time.config_flow.async_validate_api_key | ( | str | api_key | ) |
Validate the user input allows us to connect.
Definition at line 71 of file config_flow.py.
| vol.Schema homeassistant.components.here_travel_time.config_flow.get_user_step_schema | ( | Mapping[str, Any] | data | ) |
Get a populated schema or default.
Definition at line 83 of file config_flow.py.
|
private |
Definition at line 62 of file config_flow.py.
| dictionary homeassistant.components.here_travel_time.config_flow.DEFAULT_OPTIONS |
Definition at line 64 of file config_flow.py.