Site updated at 2018-02-11 18:08:24 UTC

This commit is contained in:
Travis CI 2018-02-11 18:08:24 +00:00
parent 5a9d208dea
commit 6d53a56a40
27 changed files with 82 additions and 74 deletions

View file

@ -75,7 +75,7 @@
</header>
<hr class="divider">
<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.
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. Also, service <code class="highlighter-rouge">select_value</code> is now <code class="highlighter-rouge">set_value</code>.
</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>