HA_blueprints icon indicating copy to clipboard operation
HA_blueprints copied to clipboard

[Bug] IOS notifications not getting thumbnails

Open dnestico opened this issue 1 year ago • 139 comments

Description

Thumbnails on Android notifications always work and send every time but on IOS sometimes they don't send for some reason, I mostly always get the thumbnail on Android.

Version

0.12.0.1f

Automation Config

IOS:

alias: FRIGATE - SILENT TEST - GROUP - Porch ALL notifications
description: ""
trace:
  stored_traces: 40
use_blueprint:
  path: hunterjm/frigate_0.10.1_notification.yaml
  input:
    color: indigo
    camera: camera.porch
    notify_group: frigate_notify_group
    critical: "false"
    alert_once: true
    update_thumbnail: true
    zone_filter: true
    zones:
      - porch_deck
      - porch_stairs
    labels:
      - person
    title: Person • Porch
    message: >-
      A {{ label }} {{ 'is loitering' if loitering else 'was detected' }} on the
      {{ camera_name }} camera{{ ' in the ' + entered_zones if entered_zones
      else '.'}}
    custom_url: Dashboard
    button_2: Stream
    icon: >-
      mdi:{{'account-outline' if label == 'Person' else 'dog' if label == 'Dog'
      else 'cat' if label == 'Cat' else 'car' if label == 'Car' else
      'home-assistant'}}
    tv_transparency: 0%
    tv_size: large
    tv_position: center
    tap_action: /homekit-infused/cameras
    url_2: >-
      {{base_url}}/api/camera_proxy_stream/camera.{{trigger.payload_json['after']['camera']}}?token={{state_attr(
      'camera.' ~ camera, 'access_token')}}
    button_1: Clip
    subtitle: Touch & hold notification for options
    video: /api/frigate{{client_id}}/notifications/{{id}}/{{camera}}/clip.mp4
    icon_1: sfsymbols:video
    icon_2: sfsymbols:video.and.waveform
    icon_3: sfsymbols:speaker.slash
    base_url: (removed)

Frigate Config

No response

Any other relevant information

No response

dnestico avatar Jun 03 '23 00:06 dnestico