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" |
Constants for the Honeywell Lyric integration.
| 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" |