Classes | |
| class | GoogleOptionsFlow |
| class | GoogleTravelTimeConfigFlow |
Functions | |
| dict[str, str] | default_options (HomeAssistant hass) |
| dict[str, str]|None | validate_input (HomeAssistant hass, dict[str, Any] user_input) |
Variables | |
| CONFIG_SCHEMA | |
| OPTIONS_SCHEMA | |
| RECONFIGURE_SCHEMA | |
Config flow for Google Maps Travel Time integration.
| dict[str, str] homeassistant.components.google_travel_time.config_flow.default_options | ( | HomeAssistant | hass | ) |
Get the default options.
Definition at line 138 of file config_flow.py.
| dict[str, str] | None homeassistant.components.google_travel_time.config_flow.validate_input | ( | HomeAssistant | hass, |
| dict[str, Any] | user_input | ||
| ) |
Validate the user input allows us to connect.
Definition at line 179 of file config_flow.py.
| homeassistant.components.google_travel_time.config_flow.CONFIG_SCHEMA |
Definition at line 62 of file config_flow.py.
| homeassistant.components.google_travel_time.config_flow.OPTIONS_SCHEMA |
Definition at line 68 of file config_flow.py.
| homeassistant.components.google_travel_time.config_flow.RECONFIGURE_SCHEMA |
Definition at line 54 of file config_flow.py.