Site updated at 2016-10-08 18:28:01 UTC

This commit is contained in:
Travis CI 2016-10-08 18:28:02 +00:00
parent c33649c7ed
commit 85df6d11f5
522 changed files with 7493 additions and 3477 deletions

View file

@ -91,21 +91,19 @@
<p>The Xbox Live component is able to track <a href="http://xbox.com/">Xbox</a> profiles.</p>
<p>To use this sensor you need a free API key from <a href="http://xboxapi.com">XboxAPI.com</a>.
Please also make sure to connect your Xbox account on that site.</p>
<p>To use this sensor you need a free API key from <a href="http://xboxapi.com">XboxAPI.com</a>. Please also make sure to connect your Xbox account on that site.</p>
<p>The configuration requires you to specify XUIDs which are the unique identifiers for profiles.
These can be determined on <a href="http://xboxapi.com">XboxAPI.com</a> by either looking at your own profile page or using their interactive documentation to search for gamertags.</p>
<p>The configuration requires you to specify XUIDs which are the unique identifiers for profiles. These can be determined on <a href="http://xboxapi.com">XboxAPI.com</a> by either looking at your own profile page or using their interactive documentation to search for gamertags.</p>
<p>To use the Xbox Live sensor in your installation, add the following to your <code class="highlighter-rouge">configuration.yaml</code> file:</p>
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># Example configuration.yaml entry</span>
<span class="s">sensor</span><span class="pi">:</span>
<span class="s">platform</span><span class="pi">:</span> <span class="s">xbox_live</span>
<span class="s">api_key</span><span class="pi">:</span> <span class="s">YOUR_API_KEY</span>
<span class="s">xuid</span><span class="pi">:</span>
<span class="pi">-</span> <span class="s">account1</span>
<span class="pi">-</span> <span class="s">account2</span>
<span class="pi">-</span> <span class="s">platform</span><span class="pi">:</span> <span class="s">xbox_live</span>
<span class="s">api_key</span><span class="pi">:</span> <span class="s">YOUR_API_KEY</span>
<span class="s">xuid</span><span class="pi">:</span>
<span class="pi">-</span> <span class="s">account1</span>
<span class="pi">-</span> <span class="s">account2</span>
</code></pre>
</div>