Classes | |
| class | MopekaConfigFlow |
| class | MopekaOptionsFlow |
Functions | |
| vol.Schema | async_generate_schema (str|None medium_type=None) |
| str | format_medium_type (Enum medium_type) |
Variables | |
| dictionary | MEDIUM_TYPES_BY_NAME |
Config flow for mopeka integration.
| vol.Schema homeassistant.components.mopeka.config_flow.async_generate_schema | ( | str | None | medium_type = None | ) |
Return the base schema with formatted medium types.
Definition at line 33 of file config_flow.py.
| str homeassistant.components.mopeka.config_flow.format_medium_type | ( | Enum | medium_type | ) |
Format the medium type for human reading.
Definition at line 23 of file config_flow.py.
| dictionary homeassistant.components.mopeka.config_flow.MEDIUM_TYPES_BY_NAME |
Definition at line 28 of file config_flow.py.