"""Lyric: Constants.""" AUTH_URL = "https://api.honeywellhome.com/oauth2/authorize" BASE_URL = "https://api.honeywellhome.com/v2" TOKEN_URL = "https://api.honeywellhome.com/oauth2/token"