Classes | |
| class | CannotConnect |
| class | HarmonyConfigFlow |
| class | OptionsFlowHandler |
Functions | |
| dict[str, Any] | _options_from_user_input (dict[str, Any] user_input) |
| dict[str, Any] | validate_input (dict[str, Any] data) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| DATA_SCHEMA | |
Config flow for Logitech Harmony Hub integration.
|
private |
Definition at line 176 of file config_flow.py.
| dict[str, Any] homeassistant.components.harmony.config_flow.validate_input | ( | dict[str, Any] | data | ) |
Validate the user input allows us to connect. Data has the keys from DATA_SCHEMA with values provided by the user.
Definition at line 44 of file config_flow.py.
|
private |
Definition at line 37 of file config_flow.py.
| homeassistant.components.harmony.config_flow.DATA_SCHEMA |
Definition at line 39 of file config_flow.py.