Site updated at 2016-09-10 15:35:43 UTC

This commit is contained in:
Travis CI 2016-09-10 15:35:44 +00:00
parent 8d13e105dc
commit 5c0b2880e9
23 changed files with 38 additions and 38 deletions

View file

@ -106,10 +106,10 @@
<ul>
<li><strong>[alias]</strong> (<em>Required</em>): Alias for the slider input.</li>
<li><strong>min</strong> (<em>Required</em>): Minimum value for the slider.</li>
<li><strong>max</strong> (<em>Required</em>): Maximum value for the slider.</li>
<li><strong>name</strong> (<em>Optional</em>): Friendly name of the slider input.</li>
<li><strong>initial</strong> (<em>Optional</em>): Initial value when Home Assistant starts.</li>
<li><strong>min</strong> (<em>Optional</em>): Minimum value for the slider.</li>
<li><strong>max</strong> (<em>Optional</em>): Maximum value for the slider.</li>
<li><strong>step</strong> (<em>Optional</em>): Step value for the slider.</li>
</ul>