Skip to content

Commit f579724

Browse files
Zorksfabaff
authored andcommitted
changed example in 'burglar' example to true/false
1 parent fcccccc commit f579724

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/_docs/z-wave/entities.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,9 +157,9 @@ binary_sensor:
157157
friendly_name: "Friendly name here"
158158
value_template: >-
159159
{% raw %}{%- if is_state('sensor.YOUR_SENSOR_burglar', '8') -%}
160-
on
160+
true
161161
{%- else -%}
162-
off
162+
false
163163
{%- endif -%}{% endraw %}
164164
```
165165

0 commit comments

Comments
 (0)