]> git.giorgioravera.it Git - homeassistant.git/commitdiff
Fixed yaml check
authorGiorgio Ravera <giorgio.ravera@gmail.com>
Thu, 6 Mar 2025 15:39:24 +0000 (16:39 +0100)
committerGiorgio Ravera <giorgio.ravera@gmail.com>
Thu, 6 Mar 2025 15:39:24 +0000 (16:39 +0100)
notify/mobileapp.yaml
scripts/notify.yaml

index 8dae74c1ed1ace3fb2365693da7084d71e3c932a..3a0a93669f2a9d34a26a3db7e065f75cc5f8ecd7 100644 (file)
@@ -6,4 +6,4 @@
   platform: group
   services:
     - service: mobile_app_giorgio_s25
-    - service: mobile_app_lalaura_s_phone
\ No newline at end of file
+    - service: mobile_app_lalaura_s_phone
index ea2ed1aa4d8267f6dc48fc8692a98c25c3fd850e..5ed15cbc2efd185869fac2f4ae77419dfa45e9e8 100644 (file)
@@ -143,11 +143,11 @@ notify_text:
             - condition: template
               value_template: "{{ enable_persistent }}"
           sequence:
-          - action: persistent_notification.create
-            data_template:
-              title: "{{ title }}"
-              message: "{{ message }}"
-              notification_id: "{{ notification_id }}"
+            - action: persistent_notification.create
+              data_template:
+                title: "{{ title }}"
+                message: "{{ message }}"
+                notification_id: "{{ notification_id }}"
       default: []
 
     - choose: