Clooos / Bubble-Card

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

Companion APP with URL and hash #270

Open joaopedros2 opened 7 months ago

joaopedros2 commented 7 months ago

Hello, I'm trying to migrate things to have just one 'view' in the homepage lovelace.

I attempted to use the 'hash' directly in the URL of my camera notifications, but unfortunately, it doesn't work; it ignores the 'hash.'

Is there another way to achieve this?

service: notify.mobile_app_phone
data:
  title: "Motion Detected"
  message: "Someone."
  data:
    clickAction: '/lovelace/homepage#cameras'
Clooos commented 7 months ago

Hi, have you tried the last beta?

joaopedros2 commented 7 months ago

I tested it with version v1.6.0-beta.4, and changed yaml to "bubble-pop-up.js?v1.6.0-beta.4" but doesn’t work.

pressurejets commented 6 months ago

Cant you just make a new view page 'mobileappdoorcam' and hide the view ?? Then you will still only have one view page and hidden pages. anyways that the way i did it..

joaopedros2 commented 6 months ago

Cant you just make a new view page 'mobileappdoorcam' and hide the view ?? Then you will still only have one view page and hidden pages. anyways that the way i did it..

I didn't quite understand what you did to make it work.

Clooos commented 5 months ago

Hi! Is this issue is still happening in the new v1.7.X?

https://github.com/Clooos/Bubble-Card/releases/tag/v1.7.1

joaopedros2 commented 5 months ago

Yes