Skip to content

Commit

Permalink
change hostname to tccna.resideo.com
Browse files Browse the repository at this point in the history
  • Loading branch information
zxdavb committed Dec 12, 2024
1 parent 503040e commit 752f664
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/evohomeasync/broker.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
_LocnDataT: TypeAlias = dict[str, Any]


URL_HOST = "https://tccna.honeywell.com"
URL_HOST = "https://tccna.resideo.com"

# For docs, see:
# - https://mytotalconnectcomfort.com/WebApi/Help/LogIn and enter this Session Login:
Expand Down
2 changes: 1 addition & 1 deletion src/evohomeasync2/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

from .schema import DhwState as DhwState, SystemMode as SystemMode, ZoneMode as ZoneMode

URL_HOST: Final = "https://tccna.honeywell.com"
URL_HOST: Final = "https://tccna.resideo.com"

AUTH_URL: Final = f"{URL_HOST}/Auth/OAuth/Token"
URL_BASE: Final = f"{URL_HOST}/WebAPI/emea/api/v1"
Expand Down

0 comments on commit 752f664

Please sign in to comment.