mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 22:06:50 +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'
|
state: 'on'
|
||||||
- service: notify.pushover
|
- service: notify.pushover
|
||||||
data_template:
|
data_template:
|
||||||
title: "{{ title }}"
|
title: "{% raw %}{{ title }}{% endraw %}"
|
||||||
message: "{{ message }}"
|
message: "{% raw %}{{ message }}{% endraw %}"
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user