Classes | |
| class | CannotConnect |
| class | InvalidAuth |
| class | KodiConfigFlow |
| class | WSCannotConnect |
Functions | |
| def | validate_http (HomeAssistant hass, data) |
| def | validate_ws (HomeAssistant hass, data) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
Config flow for Kodi integration.
| def homeassistant.components.kodi.config_flow.validate_http | ( | HomeAssistant | hass, |
| data | |||
| ) |
Validate the user input allows us to connect over HTTP.
Definition at line 38 of file config_flow.py.
| def homeassistant.components.kodi.config_flow.validate_ws | ( | HomeAssistant | hass, |
| data | |||
| ) |
Validate the user input allows us to connect over WS.
Definition at line 61 of file config_flow.py.
|
private |
Definition at line 35 of file config_flow.py.