diff --git a/source/_lovelace/markdown.markdown b/source/_lovelace/markdown.markdown index a45e5c82b1b..3f3c15dd81f 100644 --- a/source/_lovelace/markdown.markdown +++ b/source/_lovelace/markdown.markdown @@ -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 %}