Classes | |
| class | TimeDateConfigFlowHandler |
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 | |
| _LOGGER = logging.getLogger(__name__) | |
| dictionary | CONFIG_FLOW |
| USER_SCHEMA | |
Adds config flow for Time & Date integration.
| dict[str, Any] homeassistant.components.time_date.config_flow.validate_input | ( | SchemaCommonFlowHandler | handler, |
| dict[str, Any] | user_input | ||
| ) |
Validate rest setup.
Definition at line 47 of file config_flow.py.
| None homeassistant.components.time_date.config_flow.ws_start_preview | ( | HomeAssistant | hass, |
| websocket_api.ActiveConnection | connection, | ||
| dict[str, Any] | msg | ||
| ) |
Generate a preview.
Definition at line 94 of file config_flow.py.
|
private |
Definition at line 32 of file config_flow.py.
| dictionary homeassistant.components.time_date.config_flow.CONFIG_FLOW |
Definition at line 57 of file config_flow.py.
| homeassistant.components.time_date.config_flow.USER_SCHEMA |
Definition at line 34 of file config_flow.py.