Site updated at 2017-06-04 08:32:05 UTC
This commit is contained in:
parent
63a8408336
commit
d7518761f4
192 changed files with 2083 additions and 1496 deletions
|
@ -74,9 +74,9 @@ Support for these components is provided by the Home Assistant community.
|
|||
<div class="filter-button-group">
|
||||
<a href='#all' class="btn">All (690)</a>
|
||||
<a href='#featured' class="btn featured">Featured</a>
|
||||
<a href='#version/0.45' class="btn added_in_current_version">Added in 0.45 (16)</a>
|
||||
<a href='#version/0.44' class="btn added_one_version_ago">Added in 0.44 (20)</a>
|
||||
<a href='#version/0.43' class="btn added_two_versions_ago">Added in 0.43 (14)</a>
|
||||
<a href='#version/0.46' class="btn added_in_current_version">Added in 0.46 (5)</a>
|
||||
<a href='#version/0.45' class="btn added_one_version_ago">Added in 0.45 (16)</a>
|
||||
<a href='#version/0.44' class="btn added_two_versions_ago">Added in 0.44 (20)</a>
|
||||
<a href='#alarm' class="btn">Alarm (12)</a>
|
||||
<a href='#automation' class="btn">Automation (15)</a>
|
||||
<a href='#binary-sensor' class="btn">Binary Sensor (50)</a>
|
||||
|
|
|
@ -159,6 +159,11 @@
|
|||
<td>yes</td>
|
||||
<td>Password for a URL which require HTTP basic authentication.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code class="highlighter-rouge">authentication</code></td>
|
||||
<td>yes</td>
|
||||
<td>Define which authentication method to use. Set to <code class="highlighter-rouge">digest</code> to use HTTP digest authentication. Defaults to <code class="highlighter-rouge">basic</code>.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code class="highlighter-rouge">target</code></td>
|
||||
<td>yes</td>
|
||||
|
@ -217,6 +222,11 @@
|
|||
<td>yes</td>
|
||||
<td>Password for a URL which require HTTP basic authentication.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code class="highlighter-rouge">authentication</code></td>
|
||||
<td>yes</td>
|
||||
<td>Define which authentication method to use. Set to <code class="highlighter-rouge">digest</code> to use HTTP digest authentication. Defaults to <code class="highlighter-rouge">basic</code>.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code class="highlighter-rouge">target</code></td>
|
||||
<td>yes</td>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue