Classes | |
| class | LidarrConfigFlow |
Functions | |
| tuple[str, str, str]|None | validate_input (HomeAssistant hass, dict[str, Any] data) |
Config flow for Lidarr.
| tuple[str, str, str] | None homeassistant.components.lidarr.config_flow.validate_input | ( | HomeAssistant | hass, |
| 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 91 of file config_flow.py.