Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.lyric.const
 

Variables

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