mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +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 }}
|
||||
{%- 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 %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user