Go to the source code of this file.
Namespaces | |
| homeassistant.components.ws66i.config_flow | |
Functions | |
| vol.Required | homeassistant.components.ws66i.config_flow._key_for_source (int index, str source, dict[str, str] previous_sources) |
| dict[str, str] | homeassistant.components.ws66i.config_flow._sources_from_config (dict[str, str] data) |
| bool | homeassistant.components.ws66i.config_flow._verify_connection (WS66i ws66i) |
| dict[str, Any] | homeassistant.components.ws66i.config_flow.validate_input (HomeAssistant hass, dict[str, Any] input_data) |
Variables | |
| homeassistant.components.ws66i.config_flow._LOGGER = logging.getLogger(__name__) | |
| homeassistant.components.ws66i.config_flow.DATA_SCHEMA = vol.Schema({vol.Required(CONF_IP_ADDRESS): str}) | |
| int | homeassistant.components.ws66i.config_flow.FIRST_ZONE = 11 |
| dictionary | homeassistant.components.ws66i.config_flow.OPTIONS_SCHEMA = {vol.Optional(source): str for source in SOURCES} |
| list | homeassistant.components.ws66i.config_flow.SOURCES |