Skip to content

Update API base URL from api.honeywell.com to api.honeywellhome.com #144

Description

@joseph-e-volpe

Summary

The Honeywell Home developer portal (resideo) is now displaying a prominent notice:

IMPORTANT: If your integration is still using the api.honeywell.com domain, please switch to api.honeywellhome.com

The following constants in aiolyric/const.py still reference the old domain:

AUTH_URL = "https://api.honeywell.com/oauth2/authorize"
BASE_URL = "https://api.honeywell.com/v2"
TOKEN_URL = "https://api.honeywell.com/oauth2/token"

These should be updated to:

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

Impact

Users running this library (including via the Home Assistant lyric integration) may experience authentication or API failures if/when Resideo deprecates the old domain.

Steps to reproduce

Visit the Honeywell Home developer site — the migration notice is displayed on the homepage.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions