From 1e221f0a952cedaa2350b8a8dcabd5ebe09ad4b1 Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Wed, 16 Feb 2022 17:16:39 -0500 Subject: [PATCH] Commented some stuff that wasn't working --- packages/notify.yaml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/packages/notify.yaml b/packages/notify.yaml index b93bef2..d7c5253 100644 --- a/packages/notify.yaml +++ b/packages/notify.yaml @@ -167,15 +167,15 @@ script: title: '{{ title }}' message: '{{ message }}' data: - attachment: - url: '{{ url }}' - content-type: '{{ content_type }}' - hide-thumbnail: false - push: - sound: '{{ ios_sound }}' - badge: 0 - category: '{{ ios_category }}' - entity_id: '{{ camera_entity }}' + # attachment: + # url: '{{ url }}' + # content-type: '{{ content_type }}' + # hide-thumbnail: false + # push: + # sound: '{{ ios_sound }}' + # badge: 0 + # category: '{{ ios_category }}' + # entity_id: '{{ camera_entity }}' text_alert_image: sequence: @@ -201,8 +201,8 @@ script: url: '{{ url }}' content-type: '{{ content_type }}' hide-thumbnail: false - push: - sound: '{{ ios_sound }}' - badge: 0 - category: '{{ ios_category }}' - entity_id: '{{ camera_entity }}' + # push: + # sound: '{{ ios_sound }}' + # badge: 0 + # category: '{{ ios_category }}' + # entity_id: '{{ camera_entity }}'