home-assistant.io/source/_components/sensor.xbox_live.markdown
2016-10-02 17:14:17 +02:00

1.2 KiB

layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_iot_class, ha_release
layout title description date sidebar comments sharing footer logo ha_category ha_iot_class ha_release
page Xbox Live Instructions on how to set up Xbox Live sensors in Home Assistant. 2016-08-28 02:45 true false true true xbox-live.png Social Cloud Polling 0.28

The Xbox Live component is able to track Xbox profiles.

To use this sensor you need a free API key from XboxAPI.com. 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 XboxAPI.com by either looking at your own profile page or using their interactive documentation to search for gamertags.

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:

  • api_key (Required): Your API key from XboxAPI.com.
  • xuid (Required): Array of profile XUIDs to be tracked.