Site updated at 2017-03-25 23:02:20 UTC
This commit is contained in:
parent
a61ca670d2
commit
2cc4827413
384 changed files with 4883 additions and 1377 deletions
|
@ -67,12 +67,16 @@
|
|||
</header>
|
||||
<hr class="divider">
|
||||
<p>Integrate your <a href="https://www.hydroquebec.com/portail/">Hydro-Québec</a> consumption profile information into Home Assistant.</p>
|
||||
<p class="note warning">
|
||||
Breaking change: Since Home Assistant v0.40,
|
||||
<strong>contract</strong> attribute is required.
|
||||
</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="pi">-</span> <span class="s">platform</span><span class="pi">:</span> <span class="s">hydroquebec</span>
|
||||
<span class="s">username</span><span class="pi">:</span> <span class="s">MYUSERNAME</span>
|
||||
<span class="s">password</span><span class="pi">:</span> <span class="s">MYPASSWORD</span>
|
||||
<span class="s">contract</span><span class="pi">:</span> <span class="s1">'</span><span class="s">CONTRACT#'</span> <span class="s">(NOTE:works with the ' ' ,insert your contract in between)</span>
|
||||
<span class="s">contract</span><span class="pi">:</span> <span class="s1">'</span><span class="s">123456789'</span>
|
||||
<span class="s">monitored_variables</span><span class="pi">:</span>
|
||||
<span class="pi">-</span> <span class="s">period_total_bill</span>
|
||||
<span class="pi">-</span> <span class="s">period_length</span>
|
||||
|
@ -100,6 +104,14 @@
|
|||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<p>To find your contract id, go to the <a href="https://www.hydroquebec.com/portail/">Hydro-Québec website</a>
|
||||
and connect to your account.
|
||||
On the main page your can see your contract IDs.
|
||||
It should be something like: “Contract 1234 56789”.
|
||||
You just have to keep numbers and remove the space.</p>
|
||||
<p class="note warning">
|
||||
Multi contracts accounts are supported only from Home Assistant v0.40.
|
||||
</p>
|
||||
</article>
|
||||
</div>
|
||||
<aside id="sidebar" class="grid__item one-third lap-one-whole palm-one-whole">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue