Home Assistant Unofficial Reference 2024.12.1
const.py
Go to the documentation of this file.
1 """Constants for the xbox integration."""
2 
3 DOMAIN = "xbox"
4 
5 OAUTH2_AUTHORIZE = "https://login.live.com/oauth20_authorize.srf"
6 OAUTH2_TOKEN = "https://login.live.com/oauth20_token.srf"
7 
8 EVENT_NEW_FAVORITE = "xbox/new_favorite"