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.
This commit is contained in:
Nicole Zeckner 2019-11-16 11:26:32 -05:00 committed by Franck Nijhof
parent 9ccda69d2d
commit 1870f5565d

View File

@ -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 %}