Site updated at 2017-10-24 07:34:37 UTC

This commit is contained in:
Travis CI 2017-10-24 07:34:38 +00:00
parent 79915af7fb
commit 7126740507
166 changed files with 484 additions and 208 deletions

View file

@ -97,7 +97,7 @@
<li><strong>entity_id</strong> (<em>Required</em>): Name of the entity to monitor.</li>
<li><strong>prob_given_true</strong> (<em>Required</em>): The probability of the observation occurring, given the event is <code class="highlighter-rouge">true</code>.</li>
<li><strong>prob_given_false</strong> (<em>Optional</em>): The probability of the observation occurring, given the event is <code class="highlighter-rouge">false</code> can be set as well. If <code class="highlighter-rouge">prob_given_false</code> is not set, it will default to <code class="highlighter-rouge">1 - prob_given_true</code>.</li>
<li><strong>platform</strong> (<em>Required</em>): The only supported observation platforms are <code class="highlighter-rouge">state</code> and <code class="highlighter-rouge">numeric_state</code>, which are modeled after their corresponding triggers for automations, requiring <code class="highlighter-rouge">before</code> and/or <code class="highlighter-rouge">after</code> instead of <code class="highlighter-rouge">to_state</code>.</li>
<li><strong>platform</strong> (<em>Required</em>): The only supported observation platforms are <code class="highlighter-rouge">state</code> and <code class="highlighter-rouge">numeric_state</code>, which are modeled after their corresponding triggers for automations, requiring <code class="highlighter-rouge">below</code> and/or <code class="highlighter-rouge">above</code> instead of <code class="highlighter-rouge">to_state</code>.</li>
<li><strong>to_state</strong> (<em>Required</em>): The target state.</li>
</ul>
</li>