mirror of
https://github.com/home-assistant/core.git
synced 2026-08-19 21:01:05 +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"
|