Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.lyric.const Namespace Reference

Variables

string DOMAIN = "lyric"
 
tuple LYRIC_EXCEPTIONS
 
string OAUTH2_AUTHORIZE = "https://api.honeywell.com/oauth2/authorize"
 
string OAUTH2_TOKEN = "https://api.honeywell.com/oauth2/token"
 
string PRESET_HOLD_UNTIL = "HoldUntil"
 
string PRESET_NO_HOLD = "NoHold"
 
string PRESET_PERMANENT_HOLD = "PermanentHold"
 
string PRESET_TEMPORARY_HOLD = "TemporaryHold"
 
string PRESET_VACATION_HOLD = "VacationHold"
 

Detailed Description

Constants for the Honeywell Lyric integration.

Variable Documentation

◆ DOMAIN

string homeassistant.components.lyric.const.DOMAIN = "lyric"

Definition at line 6 of file const.py.

◆ LYRIC_EXCEPTIONS

tuple homeassistant.components.lyric.const.LYRIC_EXCEPTIONS
Initial value:
1 = (
2  LyricAuthenticationException,
3  LyricException,
4  ClientResponseError,
5 )

Definition at line 17 of file const.py.

◆ OAUTH2_AUTHORIZE

string homeassistant.components.lyric.const.OAUTH2_AUTHORIZE = "https://api.honeywell.com/oauth2/authorize"

Definition at line 8 of file const.py.

◆ OAUTH2_TOKEN

string homeassistant.components.lyric.const.OAUTH2_TOKEN = "https://api.honeywell.com/oauth2/token"

Definition at line 9 of file const.py.

◆ PRESET_HOLD_UNTIL

string homeassistant.components.lyric.const.PRESET_HOLD_UNTIL = "HoldUntil"

Definition at line 13 of file const.py.

◆ PRESET_NO_HOLD

string homeassistant.components.lyric.const.PRESET_NO_HOLD = "NoHold"

Definition at line 11 of file const.py.

◆ PRESET_PERMANENT_HOLD

string homeassistant.components.lyric.const.PRESET_PERMANENT_HOLD = "PermanentHold"

Definition at line 14 of file const.py.

◆ PRESET_TEMPORARY_HOLD

string homeassistant.components.lyric.const.PRESET_TEMPORARY_HOLD = "TemporaryHold"

Definition at line 12 of file const.py.

◆ PRESET_VACATION_HOLD

string homeassistant.components.lyric.const.PRESET_VACATION_HOLD = "VacationHold"

Definition at line 15 of file const.py.