Site updated at 2017-10-26 06:57:22 UTC

This commit is contained in:
Travis CI 2017-10-26 06:57:22 +00:00
parent 5b20c11802
commit 64731a41b0
28 changed files with 87 additions and 80 deletions

View file

@ -187,13 +187,12 @@ This is a work in progress, based upon reports in the forum, the authors own
- platform: template
sensors:
YOUR_SENSOR:
sensor_class: opening
friendly_name: "Friendly name here"
value_template: >-
{%- if is_state('sensor.YOUR_SENSOR_access_control', '22') -%}
open
on
{%- else -%}
closed
off
{%- endif -%}
</code></pre>
</div>
@ -217,7 +216,6 @@ This is a work in progress, based upon reports in the forum, the authors own
- platform: template
sensors:
YOUR_SENSOR:
sensor_class: motion
friendly_name: "Friendly name here"
value_template: &gt;-
{%- if is_state('sensor.YOUR_SENSOR_burglar', '8') -%}