Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.alexa.config Namespace Reference

Classes

class  AbstractConfig
 
class  AlexaConfigStore
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
string STORE_AUTHORIZED = "authorized"
 

Detailed Description

Config helpers for Alexa.

Variable Documentation

◆ _LOGGER

homeassistant.components.alexa.config._LOGGER = logging.getLogger(__name__)
private

Definition at line 21 of file config.py.

◆ STORE_AUTHORIZED

string homeassistant.components.alexa.config.STORE_AUTHORIZED = "authorized"

Definition at line 19 of file config.py.