From 1870f5565d1ab05b2546802086f874c12906d1c3 Mon Sep 17 00:00:00 2001 From: Nicole Zeckner Date: Sat, 16 Nov 2019 11:26:32 -0500 Subject: [PATCH] Add how XBox Live sensors are named. (#11198) It took me a long time to find my sensor, because I was expecting it to have xbox in the name. Adding a bit about how sensors are named to save someone else the frustration. --- source/_integrations/xbox_live.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/_integrations/xbox_live.markdown b/source/_integrations/xbox_live.markdown index da9419bcd2a..3308b649b76 100644 --- a/source/_integrations/xbox_live.markdown +++ b/source/_integrations/xbox_live.markdown @@ -17,7 +17,7 @@ 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](https://xboxapi.com/) by either looking at your own profile page or using their interactive documentation -to search for gamertags. +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: @@ -42,3 +42,4 @@ xuid: required: true type: list {% endconfiguration %} +