Classes | |
| class | WorldclockConfigFlowHandler |
Functions | |
| vol.Schema | get_schema (SchemaCommonFlowHandler handler) |
| dict[str, Any] | validate_duplicate (SchemaCommonFlowHandler handler, dict[str, Any] user_input) |
Variables | |
| dictionary | CONFIG_FLOW |
| DATA_SCHEMA_OPTIONS | |
| dictionary | OPTIONS_FLOW |
| list | TIME_STR_OPTIONS |
Config flow for World clock.
| vol.Schema homeassistant.components.worldclock.config_flow.get_schema | ( | SchemaCommonFlowHandler | handler | ) |
Get available timezones.
Definition at line 49 of file config_flow.py.
| dict[str, Any] homeassistant.components.worldclock.config_flow.validate_duplicate | ( | SchemaCommonFlowHandler | handler, |
| dict[str, Any] | user_input | ||
| ) |
Validate already existing entry.
Definition at line 40 of file config_flow.py.
| dictionary homeassistant.components.worldclock.config_flow.CONFIG_FLOW |
Definition at line 81 of file config_flow.py.
| homeassistant.components.worldclock.config_flow.DATA_SCHEMA_OPTIONS |
Definition at line 68 of file config_flow.py.
| dictionary homeassistant.components.worldclock.config_flow.OPTIONS_FLOW |
Definition at line 91 of file config_flow.py.
| list homeassistant.components.worldclock.config_flow.TIME_STR_OPTIONS |
Definition at line 27 of file config_flow.py.