Files
ha-core/homeassistant/components/xbox/const.py

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"