Skip to content

Commit b8d1ec9

Browse files
authored
change raw
1 parent 369acfc commit b8d1ec9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/_cookbook/sonos_say.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ script:
3333
data_template:
3434
entity_id: {% raw %}{{ sonos_entity }}{% endraw %}
3535
message: {% raw %}{{ message }}{% endraw %}
36-
- delay: '{{ delay }}'
36+
- delay: {% raw %}{{ delay }}{% endraw %}
3737
- service: media_player.sonos_restore
3838
data_template:
3939
entity_id: {% raw %}{{ sonos_entity }}{% endraw %}

0 commit comments

Comments
 (0)