Clooos / Bubble-Card

Bubble Card is a minimalist card collection for Home Assistant with a nice pop-up touch.
MIT License
1.44k stars 39 forks source link

Bug: Unable to access popup card from external link #422

Open sayam93 opened 3 months ago

sayam93 commented 3 months ago

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!

Clooos commented 3 months ago

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.