mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-20 07:46:52 +00:00
Missing end bracket of is_state
function (#10440)
This commit is contained in:
parent
13962b6af6
commit
6ad7520737
@ -67,6 +67,6 @@ card:
|
|||||||
- {{ l.entity }}
|
- {{ l.entity }}
|
||||||
{%- endfor %}
|
{%- endfor %}
|
||||||
|
|
||||||
And the door is {% if is_state('binary_sensor.door', 'on' %} open {% else %} closed {% endif %}.
|
And the door is {% if is_state('binary_sensor.door', 'on') %} open {% else %} closed {% endif %}.
|
||||||
```
|
```
|
||||||
{% endraw %}
|
{% endraw %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user