Bubble-Card
Bubble-Card copied to clipboard
Bug: Unable to access popup card from external link
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.
This is what it should open:
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!
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.
This issue is now finally fixed!
https://github.com/Clooos/Bubble-Card/releases/tag/v2.2.2
This issue is now finally fixed!
https://github.com/Clooos/Bubble-Card/releases/tag/v2.2.2
Thanks for fixing this!