Classes | |
| class | HVVDeparturesConfigFlow |
| class | OptionsFlowHandler |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| SCHEMA_STEP_OPTIONS | |
| SCHEMA_STEP_STATION = vol.Schema({vol.Required(CONF_STATION): str}) | |
| SCHEMA_STEP_USER | |
Config flow for HVV integration.
|
private |
Definition at line 26 of file config_flow.py.
| homeassistant.components.hvv_departures.config_flow.SCHEMA_STEP_OPTIONS |
Definition at line 38 of file config_flow.py.
| homeassistant.components.hvv_departures.config_flow.SCHEMA_STEP_STATION = vol.Schema({vol.Required(CONF_STATION): str}) |
Definition at line 36 of file config_flow.py.
| homeassistant.components.hvv_departures.config_flow.SCHEMA_STEP_USER |
Definition at line 28 of file config_flow.py.