Bubble-Card icon indicating copy to clipboard operation
Bubble-Card copied to clipboard

Bug: Unable to access popup card from external link

Open sayam93 opened this issue 10 months ago • 1 comments

I use homeassistant://navigate/lovelace/ios to access my dashboard through a notification tap-action. I have a pop-up with path #feed in /lovelace/ios which has my cameras in it but am unable to access it using homeassistant://navigate/lovelace#feed

This is what happens when I tap the notification. RPReplay_Final1711532977

This is what it should open: RPReplay_Final1711532996

My notification code is as below

service: notify.mobile_app_iphone
metadata: {}
data:
  message: Balcony camera detected motion at {{ now().strftime('%m/%d/%Y, %H:%M:%S') }}
  title: Motion Detected!
  data:
    url: homeassistant://navigate/lovelace/ios#feed
    push:
      sound:
        name: default
        critical: 1
        volume: 1

Please help!

sayam93 avatar Mar 27 '24 10:03 sayam93

Hi, your are not the first. I'm not sure but it's possible that the #feed is removed with that service.

I need to test that feature.

Clooos avatar Mar 27 '24 21:03 Clooos

This issue is now finally fixed!

https://github.com/Clooos/Bubble-Card/releases/tag/v2.2.2

Clooos avatar Aug 16 '24 18:08 Clooos

This issue is now finally fixed!

https://github.com/Clooos/Bubble-Card/releases/tag/v2.2.2

Thanks for fixing this!

sayam93 avatar Aug 18 '24 20:08 sayam93