Classes | |
| class | ConfigFlowHandler |
Functions | |
| vol.Schema | _get_config_schema (SchemaCommonFlowHandler handler) |
| dict | _get_options_dict (SchemaCommonFlowHandler|None handler) |
| vol.Schema | _get_options_schema (SchemaCommonFlowHandler handler) |
| selector.EntitySelector | entity_selector_compatible (SchemaOptionsFlowHandler handler) |
Variables | |
| list | ALLOWED_DOMAINS = [COUNTER_DOMAIN, INPUT_NUMBER_DOMAIN, SENSOR_DOMAIN] |
| dictionary | CONFIG_FLOW |
| list | INTEGRATION_METHODS |
| dictionary | OPTIONS_FLOW |
| list | TIME_UNITS |
| list | UNIT_PREFIXES |
Config flow for Integration - Riemann sum integral integration.
|
private |
Definition at line 114 of file config_flow.py.
|
private |
Definition at line 82 of file config_flow.py.
|
private |
Definition at line 110 of file config_flow.py.
| selector.EntitySelector homeassistant.components.integration.config_flow.entity_selector_compatible | ( | SchemaOptionsFlowHandler | handler | ) |
Return an entity selector which compatible entities.
Definition at line 61 of file config_flow.py.
| list homeassistant.components.integration.config_flow.ALLOWED_DOMAINS = [COUNTER_DOMAIN, INPUT_NUMBER_DOMAIN, SENSOR_DOMAIN] |
Definition at line 57 of file config_flow.py.
| dictionary homeassistant.components.integration.config_flow.CONFIG_FLOW |
Definition at line 138 of file config_flow.py.
| list homeassistant.components.integration.config_flow.INTEGRATION_METHODS |
Definition at line 52 of file config_flow.py.
| dictionary homeassistant.components.integration.config_flow.OPTIONS_FLOW |
Definition at line 142 of file config_flow.py.
| list homeassistant.components.integration.config_flow.TIME_UNITS |
Definition at line 46 of file config_flow.py.
| list homeassistant.components.integration.config_flow.UNIT_PREFIXES |
Definition at line 40 of file config_flow.py.