Classes | |
| class | SteamFlowHandler |
| class | SteamOptionsFlowHandler |
Functions | |
| Iterator[list[str]] | _batch_ids (list[str] ids) |
| dict[str, str|int] | validate_input (dict[str, str] user_input) |
Variables | |
| int | MAX_IDS_TO_REQUEST = 275 |
Config flow for Steam integration.
|
private |
Definition at line 116 of file config_flow.py.
| dict[str, str | int] homeassistant.components.steam_online.config_flow.validate_input | ( | dict[str, str] | user_input | ) |
Handle common flow input validation.
Definition at line 28 of file config_flow.py.
| int homeassistant.components.steam_online.config_flow.MAX_IDS_TO_REQUEST = 275 |
Definition at line 25 of file config_flow.py.