|
@@ -54,7 +54,7 @@ blueprint:
|
|
|
script: "script.my_script"
|
|
|
variables:
|
|
|
var1: "Variables my script need"
|
|
|
- ´´´
|
|
|
+ ```
|
|
|
|
|
|
Feel free to use it within a loop too:
|
|
|
```
|
|
@@ -363,6 +363,5 @@ sequence:
|
|
|
- alias: Send message to device
|
|
|
service: "{{ input_notify_device }}"
|
|
|
|
|
|
- data: >-
|
|
|
- {{ update_data }}
|
|
|
|
|
|
+ data: "{{ update_data }}"
|