A "find my phone button"

So I’ve been able to cancel by adding a tag and then cancelling through use of the tag.

So, to find phone:

  - service: notify.mobile_app_pixel_5
    data:
      message: Home Assistant
      title: Home Assistant is finding your phone!
      data:
        ttl: 0
        priority: high
        channel: alarm_stream
        tag: find-me
    alias: Phone alarm rings on highest priority

Then to cancel:

  - service: notify.mobile_app_pixel_5
    data:
      message: clear_notification
      data:
        tag: find-me
    alias: Clear past notifications

I’ve found it works well on my phone but oddly is temperamental for my wife’s Pixel.

1 Like