Clooos / Bubble-Card

Bubble Card is a minimalist card collection for Home Assistant with a nice pop-up touch.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bubble-Card and home-feed-card not Working

GunterAv opened this issue · comments

Hello,

I have a home feed card which I would like to display with a pop-up.
Everything is displayed correctly in the preview of the bubble card.
Vorschau

However, the bubble card remains empty on the dashboard.
Anzeige

My YML:
` - type: custom:bubble-pop-up
hash: '#Anrufliste'
name: Anrufliste
icon: mdi:phone-log
is_sidebar_hidden: true
bg_color: '#D8E9D7'
margin: 0px
bg_opacity: '50'
bg_blur: 0
shadow_opacity: '0'
back_open: false
width_desktop: 540px

  • type: custom:vertical-stack-in-card
    cards:
    • type: markdown
      content: Demo
    • type: custom:home-feed-card
      title: Anrufliste
      card_id: main_feed
      show_empty: false
      id_filter: ^home_feed_.*
      state_color: true
      history_days_back: 3
      entities:
      • entity: input_text.anrufliste1
        name: Fritz Box
        include_history: true
        more_info_on_tap: true
        max_history: 3
        content_template: '{{state}}'
    • type: markdown
      content: '#
      '
      `

How do I manage to integrate the home-feed card into a bubble card?

Thank you and best regards
Gunter

commented

Hi, have you tried the latest beta? You can get it by going on "Redownload" on the Bubble Card HACS page, there is a toggle to display the beta release.

And don't worry, this one is totally stable.

Hello,

the same with Version: 2.0.0-beta.6
Preview:ok
Dashbord: empty

Best regards
Gunter

commented

Can you try to toggle this?

image

Hello,

yes,

Preview2

... but the result are the same...

Preview1

Best regards
Gunter

commented

Thank you for the info, I will have to take a look at that.

Hello,

Hello,

also the same with Version: 2.0.0-beta.8
Preview:ok
Dashbord: empty

Best regards
Gunter

Hello,

also the same with Version: 2.0.0-beta.10
Preview:ok
Dashbord: empty

Best regards
Gunter

commented

Thank you for the feedback, I still don't understand why it's happening. I will need to try this card.

Hello,

thank you.
I use this card for my telephone call list as described here:

https://github.com/der8en/Fritz-Call-Monitor-Feed

Best regards
Gunter

commented

Hi, I've just released a new beta and I've found some issues related to the pop-ups, with some luck it will fix your issue 🤞

https://github.com/Clooos/Bubble-Card/releases/tag/v2.0.0-beta.12

Hello,

i download Version Beta 12:
V12

Restart HA...

But if i add a New Bubble Card, i become Beta 10:
new

Result the same:
Preview:ok
Dashbord: empty

Thanks and best regards
Gunter

commented

If you see beta 10 in the editor it means that you need to clear your browser cache to get the right version, your last test was on beta 10 and not 12.

Hello,
thanks.

But also with Version Beta 12:
Preview:ok
Dashbord: empty
Unbenannt

Unbenannt1

Thanks and best regards
Gunter

Hello,

I have created a simple example for the home-feed-card
with a calendar

type: vertical-stack
cards:
- type: custom:bubble-card
card_type: pop-up
hash: '#Test'
name: Test for home-feed-card
icon: mdi:ab-testing
background_update: true
close_on_click: false
sub_button: []
button_type: name
- type: custom:vertical-stack-in-card
cards:
- type: custom:home-feed-card
title: Home Feed
card_id: main_feed1
show_empty: true
calendars:
- calendar.geburtstage
id_filter: ^home_feed1_.*

Preview: OK
See:
Preview

Dashboard: Empty
See:
dashboard

Thank you for your continued help!

Best regards
Gunter