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

Classes

class  ThinQFlowHandler
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
list SUPPORTED_COUNTRIES = [country.value for country in Country]
 
dictionary THINQ_ERRORS
 

Detailed Description

Config flow for LG ThinQ.

Variable Documentation

◆ _LOGGER

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

Definition at line 37 of file config_flow.py.

◆ SUPPORTED_COUNTRIES

list homeassistant.components.lg_thinq.config_flow.SUPPORTED_COUNTRIES = [country.value for country in Country]

Definition at line 28 of file config_flow.py.

◆ THINQ_ERRORS

dictionary homeassistant.components.lg_thinq.config_flow.THINQ_ERRORS
Initial value:
1 = {
2  ThinQAPIErrorCodes.INVALID_TOKEN: "invalid_token",
3  ThinQAPIErrorCodes.NOT_ACCEPTABLE_TERMS: "not_acceptable_terms",
4  ThinQAPIErrorCodes.NOT_ALLOWED_API_AGAIN: "not_allowed_api_again",
5  ThinQAPIErrorCodes.NOT_SUPPORTED_COUNTRY: "not_supported_country",
6  ThinQAPIErrorCodes.EXCEEDED_API_CALLS: "exceeded_api_calls",
7 }

Definition at line 29 of file config_flow.py.