Changed syntax to eliminate error (#10433)

Changed ' to " on line 102
This commit is contained in:
saintman23 2019-09-23 13:24:33 +03:00 committed by Franck Nijhof
parent c35303e37f
commit 1ab7bc19c6

View File

@ -99,7 +99,7 @@ sensor:
garage_car_present:
friendly_name: 'Honda in Garage'
value_template: {% raw %}'{% if states.cover.honda %}
{% if is_state('cover.honda', 'open') %}
{% if is_state("cover.honda", "open") %}
n/a
{% elif ((states.cover.honda.attributes["distance_sensor"] > 40) and (states.cover.honda.attributes["distance_sensor"] < 100)) %}
Yes