diff --git a/source/_components/script.markdown b/source/_components/script.markdown index 48565728cb1..c3457fd0458 100644 --- a/source/_components/script.markdown +++ b/source/_components/script.markdown @@ -103,6 +103,6 @@ script: state: 'on' - service: notify.pushover data_template: - title: "{{ title }}" - message: "{{ message }}" + title: "{% raw %}{{ title }}{% endraw %}" + message: "{% raw %}{{ message }}{% endraw %}" ```