mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Fixed template (#4745)
The example notify is invalid, missing the required `data_template:` line
This commit is contained in:
parent
fb973c743c
commit
8763565cc1
@ -43,6 +43,7 @@ script:
|
|||||||
msg_who_is_home:
|
msg_who_is_home:
|
||||||
sequence:
|
sequence:
|
||||||
- service: notify.notify
|
- service: notify.notify
|
||||||
|
data_template:
|
||||||
message: >
|
message: >
|
||||||
{% raw %}{% if is_state('device_tracker.paulus', 'home') %}
|
{% raw %}{% if is_state('device_tracker.paulus', 'home') %}
|
||||||
Ha, Paulus is home!
|
Ha, Paulus is home!
|
||||||
|
Loading…
x
Reference in New Issue
Block a user