Classes | |
| class | ConfigFlowHandler |
Functions | |
| dict[str, Any] | _validate_mode (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 |
| CONFIG_SCHEMA | |
| dictionary | OPTIONS_FLOW |
| OPTIONS_SCHEMA | |
Config flow for Threshold integration.
|
private |
Validate the threshold mode, and set limits to None if not set.
Definition at line 27 of file config_flow.py.
| None homeassistant.components.threshold.config_flow.ws_start_preview | ( | HomeAssistant | hass, |
| websocket_api.ActiveConnection | connection, | ||
| dict[str, Any] | msg | ||
| ) |
Generate a preview.
Definition at line 106 of file config_flow.py.
| dictionary homeassistant.components.threshold.config_flow.CONFIG_FLOW |
Definition at line 67 of file config_flow.py.
| homeassistant.components.threshold.config_flow.CONFIG_SCHEMA |
Definition at line 61 of file config_flow.py.
| dictionary homeassistant.components.threshold.config_flow.OPTIONS_FLOW |
Definition at line 73 of file config_flow.py.
| homeassistant.components.threshold.config_flow.OPTIONS_SCHEMA |
Definition at line 36 of file config_flow.py.