Classes | |
| class | MoldIndicatorConfigFlowHandler |
Functions | |
| dict[str, Any] | validate_input (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_CONFIG | |
| DATA_SCHEMA_OPTIONS | |
| dictionary | OPTIONS_FLOW |
Config flow for Mold indicator.
| dict[str, Any] homeassistant.components.mold_indicator.config_flow.validate_input | ( | SchemaCommonFlowHandler | handler, |
| dict[str, Any] | user_input | ||
| ) |
Validate already existing entry.
Definition at line 42 of file config_flow.py.
| None homeassistant.components.mold_indicator.config_flow.ws_start_preview | ( | HomeAssistant | hass, |
| websocket_api.ActiveConnection | connection, | ||
| dict[str, Any] | msg | ||
| ) |
Generate a preview.
Definition at line 123 of file config_flow.py.
| dictionary homeassistant.components.mold_indicator.config_flow.CONFIG_FLOW |
Definition at line 82 of file config_flow.py.
| homeassistant.components.mold_indicator.config_flow.DATA_SCHEMA_CONFIG |
Definition at line 60 of file config_flow.py.
| homeassistant.components.mold_indicator.config_flow.DATA_SCHEMA_OPTIONS |
Definition at line 52 of file config_flow.py.
| dictionary homeassistant.components.mold_indicator.config_flow.OPTIONS_FLOW |
Definition at line 89 of file config_flow.py.