Classes | |
| class | SIAConfigFlow |
| class | SIAOptionsFlowHandler |
Functions | |
| dict[str, str]|None | validate_input (dict[str, Any] data) |
| dict[str, str]|None | validate_zones (dict[str, Any] data) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| ACCOUNT_SCHEMA | |
| dictionary | DEFAULT_OPTIONS = {CONF_IGNORE_TIMESTAMPS: False, CONF_ZONES: None} |
| HUB_SCHEMA | |
Config flow for sia integration.
| dict[str, str] | None homeassistant.components.sia.config_flow.validate_input | ( | dict[str, Any] | data | ) |
Validate the input by the user.
Definition at line 68 of file config_flow.py.
| dict[str, str] | None homeassistant.components.sia.config_flow.validate_zones | ( | dict[str, Any] | data | ) |
Validate the zones field.
Definition at line 88 of file config_flow.py.
|
private |
Definition at line 41 of file config_flow.py.
| homeassistant.components.sia.config_flow.ACCOUNT_SCHEMA |
Definition at line 55 of file config_flow.py.
| dictionary homeassistant.components.sia.config_flow.DEFAULT_OPTIONS = {CONF_IGNORE_TIMESTAMPS: False, CONF_ZONES: None} |
Definition at line 65 of file config_flow.py.
| homeassistant.components.sia.config_flow.HUB_SCHEMA |
Definition at line 43 of file config_flow.py.