Classes | |
| class | CannotConnect |
| class | VolumioConfigFlow |
Functions | |
| dict[str, Any] | validate_input (HomeAssistant hass, str host, int port) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| DATA_SCHEMA | |
Config flow for Volumio integration.
| dict[str, Any] homeassistant.components.volumio.config_flow.validate_input | ( | HomeAssistant | hass, |
| str | host, | ||
| int | port | ||
| ) |
Validate the user input allows us to connect.
Definition at line 28 of file config_flow.py.
|
private |
Definition at line 20 of file config_flow.py.
| homeassistant.components.volumio.config_flow.DATA_SCHEMA |
Definition at line 23 of file config_flow.py.