Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.steam_online.config_flow Namespace Reference

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
 

Detailed Description

Config flow for Steam integration.

Function Documentation

◆ _batch_ids()

Iterator[list[str]] homeassistant.components.steam_online.config_flow._batch_ids ( list[str]  ids)
private

Definition at line 116 of file config_flow.py.

◆ validate_input()

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.

Variable Documentation

◆ MAX_IDS_TO_REQUEST

int homeassistant.components.steam_online.config_flow.MAX_IDS_TO_REQUEST = 275

Definition at line 25 of file config_flow.py.