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

Classes

class  FlowHandler
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
string KEY_TOKEN = "token"
 
string KEY_TOKEN_SECRET = "token_secret"
 

Detailed Description

Config flow for Tellduslive.

Variable Documentation

◆ _LOGGER

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

Definition at line 30 of file config_flow.py.

◆ KEY_TOKEN

string homeassistant.components.tellduslive.config_flow.KEY_TOKEN = "token"

Definition at line 27 of file config_flow.py.

◆ KEY_TOKEN_SECRET

string homeassistant.components.tellduslive.config_flow.KEY_TOKEN_SECRET = "token_secret"

Definition at line 28 of file config_flow.py.