Site updated at 2016-06-09 07:57:40 UTC
This commit is contained in:
parent
c7bfd4530b
commit
944d685b5b
22 changed files with 41 additions and 31 deletions
|
@ -89,16 +89,26 @@
|
|||
<hr class="divider">
|
||||
|
||||
|
||||
<p>A sensor for the DTE Energy Bridge</p>
|
||||
<p>A sensor platform for the <a href="https://www.dteenergy.com/">DTE</a> Energy Bridge.</p>
|
||||
|
||||
<p>To enable this sensor, add the following lines to your <code>configuration.yaml</code> file:</p>
|
||||
|
||||
<div class="highlighter-coderay"><div class="CodeRay">
|
||||
<div class="code"><pre><span class="key">sensor</span>:
|
||||
<span class="key">platform</span>: <span class="string"><span class="content">dte_energy_bridge</span></span>
|
||||
<span class="key">ip</span>: <span class="string"><span class="content">192.168.1.11</span></span>
|
||||
<div class="code"><pre><span class="comment"># Example configuration.yaml entry</span>
|
||||
<span class="key">sensor</span>:
|
||||
<span class="key">platform</span>: <span class="string"><span class="content">dte_energy_bridge</span></span>
|
||||
<span class="key">ip</span>: <span class="string"><span class="content">192.168.1.11</span></span>
|
||||
</pre></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<p>Configuration variables:</p>
|
||||
|
||||
<ul>
|
||||
<li><strong>ip</strong> (<em>Required</em>): The IP address of your bridge.</li>
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
</article>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue