LLM Vision: Let Home Assistant see!

@valentinfrlch I see when I “Take Control” of the blueprint to analyze it that you are including the Apple iOS-only flag “interruption-level”.

interruption-level: >-
  {{'passive' if notification_delivery=='Dynamic' else
  'active'}}

Could you also add the Android equivalent ttl: and priority: tags? I don’t get notifications until I pick my phone up otherwise, if it’s sitting on my desk.

service: notify.mobile_app_*
data:
  message: Test
  data:
    ttl: 0
    priority: high

Source: Mobile App Notifications Are Slow (Android) - #51 by dshokouhi