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

Classes

class  TomorrowioConfigFlow
 
class  TomorrowioOptionsConfigFlow
 

Functions

vol.Schema _get_config_schema (HomeAssistant hass, str|None source, dict[str, Any]|None input_dict=None)
 
def _get_unique_id (HomeAssistant hass, dict[str, Any] input_dict)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Config flow for Tomorrow.io integration.

Function Documentation

◆ _get_config_schema()

vol.Schema homeassistant.components.tomorrowio.config_flow._get_config_schema ( HomeAssistant  hass,
str | None  source,
dict[str, Any] | None   input_dict = None 
)
private
Return schema defaults for init step based on user input/config dict.

Retain info already provided for future form views by setting them as
defaults in schema.

Definition at line 47 of file config_flow.py.

◆ _get_unique_id()

def homeassistant.components.tomorrowio.config_flow._get_unique_id ( HomeAssistant  hass,
dict[str, Any]  input_dict 
)
private
Return unique ID from config data.

Definition at line 82 of file config_flow.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 44 of file config_flow.py.