mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 21:36:52 +00:00
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
@ -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…
x
Reference in New Issue
Block a user