mirror of
https://github.com/home-assistant/core.git
synced 2025-12-21 11:30:03 +00:00
9 lines
204 B
Python
9 lines
204 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"
|
|
|
|
CONF_XUID = "xuid"
|