Classes | |
| class | DirecTVConfigFlow |
Functions | |
| dict[str, Any] | validate_input (HomeAssistant hass, dict data) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| string | ERROR_CANNOT_CONNECT = "cannot_connect" |
| string | ERROR_UNKNOWN = "unknown" |
Config flow for DirecTV.
| dict[str, Any] homeassistant.components.directv.config_flow.validate_input | ( | HomeAssistant | hass, |
| dict | 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 26 of file config_flow.py.
|
private |
Definition at line 20 of file config_flow.py.
| string homeassistant.components.directv.config_flow.ERROR_CANNOT_CONNECT = "cannot_connect" |
Definition at line 22 of file config_flow.py.
| string homeassistant.components.directv.config_flow.ERROR_UNKNOWN = "unknown" |
Definition at line 23 of file config_flow.py.