Site updated at 2016-10-02 15:19:58 UTC
This commit is contained in:
parent
bbe47052f4
commit
a20315a873
23 changed files with 47 additions and 40 deletions
|
@ -93,10 +93,11 @@
|
|||
|
||||
<p>Enable the sensor by adding the following to your configuration:</p>
|
||||
|
||||
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="s">sensor</span><span class="pi">:</span>
|
||||
<span class="s">platform</span><span class="pi">:</span> <span class="s">fitbit</span>
|
||||
<span class="s">monitored_resources</span><span class="pi">:</span>
|
||||
<span class="pi">-</span> <span class="s2">"</span><span class="s">body/weight"</span>
|
||||
<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="pi">-</span> <span class="s">platform</span><span class="pi">:</span> <span class="s">fitbit</span>
|
||||
<span class="s">monitored_resources</span><span class="pi">:</span>
|
||||
<span class="pi">-</span> <span class="s2">"</span><span class="s">body/weight"</span>
|
||||
</code></pre>
|
||||
</div>
|
||||
|
||||
|
@ -106,6 +107,12 @@
|
|||
|
||||
<p>The unit system that the sensor will use is based on the country you set in your Fitbit profile.</p>
|
||||
|
||||
<p>Configuration variables:</p>
|
||||
|
||||
<ul>
|
||||
<li><strong>monitored_resources</strong> (<em>Required</em>): Resource to monitor.</li>
|
||||
</ul>
|
||||
|
||||
<p>Below is the list of resources that you can add to <code class="highlighter-rouge">monitored_resources</code>. One sensor is exposed for every resource.</p>
|
||||
|
||||
<div class="language-text highlighter-rouge"><pre class="highlight"><code>activities/activityCalories
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue