Site updated at 2017-03-15 18:11:18 UTC

This commit is contained in:
Travis CI 2017-03-15 18:11:18 +00:00
parent 5e07deee90
commit de0a820f4f
26 changed files with 52 additions and 40 deletions

View file

@ -166,7 +166,7 @@ Instead of <code class="highlighter-rouge">make install</code>, you can alternat
<li><strong>device_config</strong> (<em>Optional</em>): This attribute contains node-specific override values. (For releases prior to 0.39 this variable is called <strong>customize</strong>) See <a href="https://home-assistant.io/getting-started/customizing-devices/">Customizing devices and services</a> for format:
<ul>
<li><strong>polling_intensity</strong> (<em>Optional</em>): Enables polling of a value and sets the frequency of polling (0=none, 1=every time through the list, 2=every other time, etc). If not specified then your device will not be polled.</li>
<li><strong>ignored</strong> (<em>Optional</em>): Ignore this entitiy completely. It wont be shown in the Web Interface and no events are generated for it.</li>
<li><strong>ignored</strong> (<em>Optional</em>): Ignore this entity completely. It wont be shown in the Web Interface and no events are generated for it.</li>
<li><strong>refresh_value</strong> (<em>Optional</em>): Enable refreshing of the node value. Only the light component uses this. Defaults to False.</li>
<li><strong>delay</strong> (<em>Optional</em>): Specify the delay for refreshing of node value. Only the light component uses this. Defaults to 2 seconds.</li>
</ul>