Fix for merged PR #1140 (#1152)

had to add `raw` and `endraw` tags to make the variables in the script show up
This commit is contained in:
David 2016-10-06 20:28:18 +02:00 committed by Fabian Affolter
parent ac390bba85
commit 6effb54647

View File

@ -103,6 +103,6 @@ script:
state: 'on'
- service: notify.pushover
data_template:
title: "{{ title }}"
message: "{{ message }}"
title: "{% raw %}{{ title }}{% endraw %}"
message: "{% raw %}{{ message }}{% endraw %}"
```