Site updated at 2017-10-15 20:42:55 UTC

This commit is contained in:
Travis CI 2017-10-15 20:42:55 +00:00
parent 2688cd17ad
commit f4836a65ba
29 changed files with 84 additions and 67 deletions

View file

@ -74,7 +74,10 @@
</h1>
</header>
<hr class="divider">
<p>The <code class="highlighter-rouge">input_number</code> component allows the user to define values that can be controlled via the frontend and can be used within conditions of automation. The frontend can display a slider, or a numeric input box. Changes to the slider or numeric input box generate state events. These state events can be utilized as <code class="highlighter-rouge">automation</code> triggers as well.</p>
<p class="note">
Before version 0.55 this component was known as <code class="highlighter-rouge">input_slider</code> and did not have the <code class="highlighter-rouge">mode</code> configuration option.
</p>
<p>The <code class="highlighter-rouge">input_number</code> component allows the user to define values that can be controlled via the frontend and can be used within conditions of automation. The frontend can display a slider, or a numeric input box. Changes to the slider or numeric input box generate state events. These state events can be utilized as <code class="highlighter-rouge">automation</code> triggers as well.</p>
<p>To enable this input number in your installation, add the following lines to your <code class="highlighter-rouge">configuration.yaml</code>:</p>
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># Example configuration.yaml entry</span>
<span class="s">input_number</span><span class="pi">:</span>