File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ switch:
27
27
- platform : template
28
28
switches :
29
29
skylight :
30
- value_template : {% raw %}' {{ is_state('sensor.skylight', 'on') }}' {% endraw %}
30
+ value_template : {% raw %}" {{ is_state('sensor.skylight', 'on') }}" {% endraw %}
31
31
turn_on :
32
32
service : switch.turn_on
33
33
entity_id : switch.skylight_open
@@ -64,7 +64,7 @@ switch:
64
64
- platform : template
65
65
switches :
66
66
copy :
67
- value_template : {% raw %}' {{ is_state('switch.source', 'on') }}' {% endraw %}
67
+ value_template : {% raw %}" {{ is_state('switch.source', 'on') }}" {% endraw %}
68
68
turn_on :
69
69
service : switch.turn_on
70
70
entity_id : switch.source
@@ -83,7 +83,7 @@ switch:
83
83
switches:
84
84
blind:
85
85
friendly_name: 'Blind'
86
- value_template: {% raw %}' {{ is_state_attr(" switch.blind_toggle", " sensor_state", "on" ) }}' {% endraw %}
86
+ value_template: {% raw %}" {{ is_state_attr(' switch.blind_toggle', ' sensor_state', 'on' ) }}" {% endraw %}
87
87
turn_on:
88
88
service: switch.toggle
89
89
entity_id: switch.blind_toggle
@@ -102,7 +102,7 @@ switch:
102
102
switches:
103
103
skylight:
104
104
friendly_name: 'Skylight'
105
- value_template: {% raw %}' {{ is_state('sensor.skylight.state', 'on') }}' {% endraw %}
105
+ value_template: {% raw %}" {{ is_state('sensor.skylight.state', 'on') }}" {% endraw %}
106
106
turn_on:
107
107
service: switch.turn_on
108
108
entity_id: switch.skylight_open
You can’t perform that action at this time.
0 commit comments