Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.xbox.const Namespace Reference

Variables

string DOMAIN = "xbox"
 
string EVENT_NEW_FAVORITE = "xbox/new_favorite"
 
string OAUTH2_AUTHORIZE = "https://login.live.com/oauth20_authorize.srf"
 
string OAUTH2_TOKEN = "https://login.live.com/oauth20_token.srf"
 

Detailed Description

Constants for the xbox integration.

Variable Documentation

◆ DOMAIN

string homeassistant.components.xbox.const.DOMAIN = "xbox"

Definition at line 3 of file const.py.

◆ EVENT_NEW_FAVORITE

string homeassistant.components.xbox.const.EVENT_NEW_FAVORITE = "xbox/new_favorite"

Definition at line 8 of file const.py.

◆ OAUTH2_AUTHORIZE

string homeassistant.components.xbox.const.OAUTH2_AUTHORIZE = "https://login.live.com/oauth20_authorize.srf"

Definition at line 5 of file const.py.

◆ OAUTH2_TOKEN

string homeassistant.components.xbox.const.OAUTH2_TOKEN = "https://login.live.com/oauth20_token.srf"

Definition at line 6 of file const.py.