Classes | |
| class | ConfigFlow |
Functions | |
| str|None | get_default_language (HomeAssistant hass) |
| None | validate_input (HomeAssistant hass, dict[str, Any] user_input) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| STEP_USER_DATA_SCHEMA | |
Config flow for Epic Games Store integration.
| str | None homeassistant.components.epic_games_store.config_flow.get_default_language | ( | HomeAssistant | hass | ) |
Get default language code based on Home Assistant config.
Definition at line 35 of file config_flow.py.
| None homeassistant.components.epic_games_store.config_flow.validate_input | ( | HomeAssistant | hass, |
| dict[str, Any] | user_input | ||
| ) |
Validate the user input allows us to connect.
Definition at line 45 of file config_flow.py.
|
private |
Definition at line 23 of file config_flow.py.
| homeassistant.components.epic_games_store.config_flow.STEP_USER_DATA_SCHEMA |
Definition at line 25 of file config_flow.py.