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

Classes

class  NextBusFlowHandler
 

Functions

SelectSelector _dict_to_select_selector (dict[str, str] options)
 
dict[str, str] _get_agency_tags (NextBusClient client)
 
dict[str, str] _get_route_tags (NextBusClient client, str agency_tag)
 
dict[str, str] _get_stop_tags (NextBusClient client, str agency_tag, str route_tag)
 
str _unique_id_from_data (dict[str, str] data)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Config flow to configure the Nextbus integration.

Function Documentation

◆ _dict_to_select_selector()

SelectSelector homeassistant.components.nextbus.config_flow._dict_to_select_selector ( dict[str, str]  options)
private

Definition at line 24 of file config_flow.py.

◆ _get_agency_tags()

dict[str, str] homeassistant.components.nextbus.config_flow._get_agency_tags ( NextBusClient  client)
private

Definition at line 39 of file config_flow.py.

◆ _get_route_tags()

dict[str, str] homeassistant.components.nextbus.config_flow._get_route_tags ( NextBusClient  client,
str  agency_tag 
)
private

Definition at line 43 of file config_flow.py.

◆ _get_stop_tags()

dict[str, str] homeassistant.components.nextbus.config_flow._get_stop_tags ( NextBusClient  client,
str  agency_tag,
str   route_tag 
)
private

Definition at line 47 of file config_flow.py.

◆ _unique_id_from_data()

str homeassistant.components.nextbus.config_flow._unique_id_from_data ( dict[str, str]  data)
private

Definition at line 69 of file config_flow.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.nextbus.config_flow._LOGGER = logging.getLogger(__name__)
private

Definition at line 21 of file config_flow.py.