mirror of
https://github.com/home-assistant/core.git
synced 2026-05-28 19:26:11 +01:00
7 lines
184 B
Python
7 lines
184 B
Python
"""Constants for the xbox integration."""
|
|
|
|
DOMAIN = "xbox"
|
|
|
|
OAUTH2_AUTHORIZE = "https://login.live.com/oauth20_authorize.srf"
|
|
OAUTH2_TOKEN = "https://login.live.com/oauth20_token.srf"
|