From 86a7767c484eec49bf89c2437b72cf8eb1c1e7c6 Mon Sep 17 00:00:00 2001 From: Giorgio Ravera Date: Thu, 6 Mar 2025 16:39:24 +0100 Subject: [PATCH] Fixed yaml check --- notify/mobileapp.yaml | 2 +- scripts/notify.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/notify/mobileapp.yaml b/notify/mobileapp.yaml index 8dae74c1..3a0a9366 100644 --- a/notify/mobileapp.yaml +++ b/notify/mobileapp.yaml @@ -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 diff --git a/scripts/notify.yaml b/scripts/notify.yaml index ea2ed1aa..5ed15cbc 100644 --- a/scripts/notify.yaml +++ b/scripts/notify.yaml @@ -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: -- 2.47.3