Browse Source

Fix error

Joachim M. Giæver 1 year ago
parent
commit
5bb772d4d0
1 changed files with 2 additions and 3 deletions
  1. 2 3
      script/notify_user.yaml

+ 2 - 3
script/notify_user.yaml

@@ -54,7 +54,7 @@ blueprint:
               script: "script.my_script" #script to run if user clicks "Do it now"
               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 }}
         # @ignore: Incorrect type. Expected "object"
+        data: "{{ update_data }}"