Site updated at 2017-10-15 07:45:44 UTC

This commit is contained in:
Travis CI 2017-10-15 07:45:44 +00:00
parent eb9473df5f
commit 7b9e372fd7
26 changed files with 68 additions and 65 deletions

View file

@ -74,7 +74,10 @@
</h1>
</header>
<hr class="divider">
<p>The <code class="highlighter-rouge">input_datetime</code> component allows the user to define date and time values that can be controlled via the frontend and can be used within automations and templates.</p>
<p class="note warning">
This component is a work in progress. The frontend is not yet implemented.
</p>
<p>The <code class="highlighter-rouge">input_datetime</code> component allows the user to define date and time values that can be controlled via the frontend and can be used within automations and templates.</p>
<p>To add three datetime inputs to your installation, one with both date and time, and one with date or time each, 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_datetime</span><span class="pi">:</span>