Classes | |
| class | SystemMonitorConfigFlowHandler |
Functions | |
| vol.Schema | get_sensor_setup_schema (SchemaCommonFlowHandler handler) |
| dict[str, Any] | get_suggested_value (SchemaCommonFlowHandler handler) |
| dict[str, Any] | validate_sensor_setup (SchemaCommonFlowHandler handler, dict[str, Any] user_input) |
Variables | |
| dictionary | CONFIG_FLOW |
| dictionary | OPTIONS_FLOW |
Adds config flow for System Monitor.
| vol.Schema homeassistant.components.systemmonitor.config_flow.get_sensor_setup_schema | ( | SchemaCommonFlowHandler | handler | ) |
Return process sensor setup schema.
Definition at line 54 of file config_flow.py.
| dict[str, Any] homeassistant.components.systemmonitor.config_flow.get_suggested_value | ( | SchemaCommonFlowHandler | handler | ) |
Return suggested values for sensor setup.
Definition at line 73 of file config_flow.py.
| dict[str, Any] homeassistant.components.systemmonitor.config_flow.validate_sensor_setup | ( | SchemaCommonFlowHandler | handler, |
| dict[str, Any] | user_input | ||
| ) |
Validate sensor input.
Definition at line 30 of file config_flow.py.
| dictionary homeassistant.components.systemmonitor.config_flow.CONFIG_FLOW |
Definition at line 80 of file config_flow.py.
| dictionary homeassistant.components.systemmonitor.config_flow.OPTIONS_FLOW |
Definition at line 83 of file config_flow.py.