Site updated at 2018-02-11 10:49:22 UTC
This commit is contained in:
parent
f2dfb5e035
commit
5e4dcb195b
27 changed files with 75 additions and 75 deletions
|
@ -75,8 +75,8 @@
|
|||
</header>
|
||||
<hr class="divider">
|
||||
<p>The Steam component will allow you to track the online status of public <a href="https://steamcommunity.com">Steam</a> accounts.</p>
|
||||
<p>You need an API key which is <a href="https://steamcommunity.com/dev/apikey">free</a> to use the component</p>
|
||||
<p>To find an account’s 64-bit SteamID you can check the URL of the profile page, if it ends with a long string on numbers then that’s the 64-bit SteamID. However, if the profile has a custom URL you will have to copy the it and enter it into <a href="https://steamid.io/">STEAMID I/O</a> to find the 64-bit SteamID.</p>
|
||||
<p>You need a <a href="https://steamcommunity.com/dev/apikey">free API key</a> to use the component</p>
|
||||
<p>To find an account’s 64-bit SteamID on profiles without a custom URL you can check the URL of the profile page, the long string of numbers at the end is the 64-bit SteamID. If the profile has a custom URL you will have to copy the URL into <a href="https://steamid.io/">STEAMID I/O</a> to find the 64-bit SteamID.</p>
|
||||
<p>To use Steam 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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue