had to add `raw` and `endraw` tags to make the variables in the script show up
This commit is contained in:
parent
ac390bba85
commit
6effb54647
1 changed files with 2 additions and 2 deletions
|
@ -103,6 +103,6 @@ script:
|
|||
state: 'on'
|
||||
- service: notify.pushover
|
||||
data_template:
|
||||
title: "{{ title }}"
|
||||
message: "{{ message }}"
|
||||
title: "{% raw %}{{ title }}{% endraw %}"
|
||||
message: "{% raw %}{{ message }}{% endraw %}"
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue