Classes | |
| class | StatisticsConfigFlowHandler |
Functions | |
| dict[str, Any] | validate_options (SchemaCommonFlowHandler handler, dict[str, Any] user_input) |
Variables | |
| dictionary | CONFIG_FLOW |
| DATA_SCHEMA_OPTIONS | |
| DATA_SCHEMA_SETUP | |
| dictionary | OPTIONS_FLOW |
The history_stats component config flow.
| dict[str, Any] homeassistant.components.history_stats.config_flow.validate_options | ( | SchemaCommonFlowHandler | handler, |
| dict[str, Any] | user_input | ||
| ) |
Validate options selected.
Definition at line 41 of file config_flow.py.
| dictionary homeassistant.components.history_stats.config_flow.CONFIG_FLOW |
Definition at line 77 of file config_flow.py.
| homeassistant.components.history_stats.config_flow.DATA_SCHEMA_OPTIONS |
Definition at line 67 of file config_flow.py.
| homeassistant.components.history_stats.config_flow.DATA_SCHEMA_SETUP |
Definition at line 53 of file config_flow.py.
| dictionary homeassistant.components.history_stats.config_flow.OPTIONS_FLOW |
Definition at line 87 of file config_flow.py.