Xbox Live
This integration is pending removal from Home Assistant and will be no longer available as of Home Assistant 2023.2.
The Xbox Live integration is able to track Xbox profiles.
To use this sensor you need a free API key from xapi.us. Please also make sure to connect your Xbox account on that site.
The configuration requires you to specify XUIDs which are the unique identifiers for profiles. These can be determined on xapi.us by either looking at your own profile page or using their interactive documentation to search for gamertags. Sensor names default to the gamertag associated with an XUID.
To use the Xbox Live sensor in your installation,
add the following to your configuration.yaml
file:
# Example configuration.yaml entry
sensor:
- platform: xbox_live
api_key: YOUR_API_KEY
xuid:
- account1
- account2
Configuration Variables
Your API key from xapi.us.