Classes | |
| class | StatisticsConfigFlowHandler |
Functions | |
| vol.Schema | get_state_characteristics (SchemaCommonFlowHandler handler) |
| dict[str, Any] | validate_options (SchemaCommonFlowHandler handler, dict[str, Any] user_input) |
| None | ws_start_preview (HomeAssistant hass, websocket_api.ActiveConnection connection, dict[str, Any] msg) |
Variables | |
| dictionary | CONFIG_FLOW |
| DATA_SCHEMA_OPTIONS | |
| DATA_SCHEMA_SETUP | |
| dictionary | OPTIONS_FLOW |
Config flow for statistics.
| vol.Schema homeassistant.components.statistics.config_flow.get_state_characteristics | ( | SchemaCommonFlowHandler | handler | ) |
Return schema with state characteristics.
Definition at line 54 of file config_flow.py.
| dict[str, Any] homeassistant.components.statistics.config_flow.validate_options | ( | SchemaCommonFlowHandler | handler, |
| dict[str, Any] | user_input | ||
| ) |
Validate options selected.
Definition at line 78 of file config_flow.py.
| None homeassistant.components.statistics.config_flow.ws_start_preview | ( | HomeAssistant | hass, |
| websocket_api.ActiveConnection | connection, | ||
| dict[str, Any] | msg | ||
| ) |
Generate a preview.
Definition at line 173 of file config_flow.py.
| dictionary homeassistant.components.statistics.config_flow.CONFIG_FLOW |
Definition at line 125 of file config_flow.py.
| homeassistant.components.statistics.config_flow.DATA_SCHEMA_OPTIONS |
Definition at line 107 of file config_flow.py.
| homeassistant.components.statistics.config_flow.DATA_SCHEMA_SETUP |
Definition at line 99 of file config_flow.py.
| dictionary homeassistant.components.statistics.config_flow.OPTIONS_FLOW |
Definition at line 139 of file config_flow.py.