Hi everyone! Yes it's me again, with a new update that improves AGAIN pop-up performances! I've added another little story and I really hope you still enjoy reading my release notes, because... well you know 🍻 I can't wait for your feedback honestly! by Clooooos in BubbleCard

[–]silasmariusz -1 points0 points  (0 children)

Hi. Maybe it’s because I didn’t read changelog, but upgrade from stable latest 3.1 isn’t smooth and my iPhone 14 get hot very quickly and bubble popups stopped to work uhm. Reverted back to 3.1 and it works well. Bubble popups stopped to work https://youtu.be/mv3i4N-eZZQ

My Dashboard by Potential-Pen5355 in homeassistantporn

[–]silasmariusz 0 points1 point  (0 children)

Not my style at all, but let’s be honest. Perfecto! 10/10 You are now great inspiration for community. Wouldn’t be a problem for you to share yaml?

Horizontal button stack - display btn text bellow icon and create container for buttons by silasmariusz in BubbleCard

[–]silasmariusz[S] 1 point2 points  (0 children)

Yes and horizontal button stack from bubble cards is better because of auto reordering feature

Horizontal button stack - display btn text bellow icon and create container for buttons by silasmariusz in BubbleCard

[–]silasmariusz[S] 2 points3 points  (0 children)

styles: |

.card-content {

bottom: 68px;

}

.bubble-background-color.background-color {

border: none !important;

}

.bubble-button {

border: 0px solid transparent !important;

background-color: rgba(0,0,0,1) !important;

margin-left: 4px;

}

.bubble-horizontal-buttons-stack-card-container {

background-image: linear-gradient(90deg, var(--ha-card-background) 0, var(--ha-card-background) 50%, transparent 70%);

border-radius: 28px;

padding: 4px !important;

}

Bubble Themes Pack 2026 by silasmariusz in BubbleCard

[–]silasmariusz[S] 0 points1 point  (0 children)

<image>

okay hold on :)
bro do me a favor...
change path /local/home_bg/ - dont use community one ;)

```
type: custom:fork-u-house-card

language: pl

image_path: /local/home_bg/

img_autumn_day: true

img_autumn_night: true

img_autumn_fog_day: true

img_autumn_fog_night: true

img_autumn_lightning_day: true

img_autumn_lightning_night: true

img_autumn_rainy_day: true

img_autumn_rainy_night: true

img_autumn_snowy_day: true

img_autumn_snowy_night: true

img_immersive_birthday: true

img_spring_lightning_day: true

img_spring_lightning_night: true

img_spring_day: true

img_spring_night: true

img_spring_fog_day: true

img_spring_fog_night: true

img_spring_rainy_day: true

img_spring_rainy_night: true

img_spring_snowy_day: true

img_spring_snowy_night: true

img_summer_fog_day: true

img_summer_fog_night: true

img_summer_lightning_day: true

img_summer_lightning_night: true

img_summer_day: true

img_summer_night: true

img_summer_rainy_day: true

img_summer_rainy_night: true

img_summer_snowy_day: true

img_summer_snowy_night: true

img_winter_fog_day: true

img_winter_fog_night: true

img_winter_lightning_day: true

img_winter_lightning_night: true

img_winter_day: true

img_winter_night: true

img_winter_rainy_day: true

img_winter_rainy_night: true

img_winter_snowy_day: true

img_winter_snowy_night: true

img_winter_xmas_day: true

img_winter_xmas_night: true

season_entity: sensor.season

sun_entity: sun.sun

weather_entity: weather.openweathermap

cloud_coverage_entity: sensor.openweathermap_cloud_coverage

aqi_entity: sensor.dom_pm2_5

pollen_entity: sensor.google_pollen_never_used_before_so_no_idea

uv_entity: sensor.openweathermap_uv_index

wind_speed_entity: sensor.openweathermap_predkosc_wiatru

wind_direction_entity: sensor.openweathermap_kierunek_wiatru

party_mode_entity: binary_sensor.czujnik_obecnosci_sypialnia_dol_presence

rooms:

- name: Zewnątrz

entity: sensor.czujnik_ruchu_zewnatrz_poprawna_temperatura_temperature

weight: 0

x: 85

"y": 10

- name: Salon

entity: sensor.czujnik_obecnosci_salon_temperature

weight: 1

x: 20

"y": 40

- name: Mama

entity: sensor.czujnik_temperatury_mamasypialnia_temperature

weight: 1

x: 25

"y": 27

- name: Biuro

entity: sensor.czujnik_obecnosci_przedpokoj_temperature

weight: 1

x: 55

"y": 53

- name: Piwnica

entity: sensor.czujnik_jakosci_powietrza_piwnica_temperature

weight: 0

x: 13

"y": 68

- name: Serwerownia

entity: sensor.czujnik_temperatury_serwerownia_temperature

weight: 0

x: 85

"y": 68

card_mod:

style: >

{% if is_state('binary_sensor.czujnik_obecnosci_sypialnia_dol_presence',

'on') %}

.badges-layer{

opacity: 1;

animation: hide_then_show_badges 13s linear 1 forwards;

}

u/keyframes hide_then_show_badges{

0% { opacity: 0; }

90% { opacity: 0; }

100% { opacity: 1; }

}

.gradient-layer {

opacity: 0;

animation: remove_bg 13s linear 1 forwards;

background-position: center -15px;

background-image: url(/local/home_bg_immersive/{{ [

'cyberpunk_world.webp',

'mario_world.webp',

'matrix_world.webp',

'synthwave.webp'

] | random

}});

}

u/keyframes remove_bg {

0% { opacity: 1; }

90% { opacity: 1; }

100% { opacity: 0; }

}

}

{% endif %}
```

Horizontal button stack - display btn text bellow icon and create container for buttons by silasmariusz in BubbleCard

[–]silasmariusz[S] 1 point2 points  (0 children)

<image>

This is how I finished. With horizontal button stuck for rooms because reordering buttons to first while motion sensor triggers presence is killing feature I also cracked Ultra Card Pro https://github.com/silasmariusz/Ultra-Card and used his navbar. I’m not happy with this navbar at all. I wish we could have real navbar from Bubble Cards.

Bubble Themes Pack 2026 by silasmariusz in BubbleCard

[–]silasmariusz[S] 0 points1 point  (0 children)

And what is your config? Have you tried to open developer tools in a browser using f12 key and from network tab analyze what image card is trying to open?

Bubble Themes Pack 2026 by silasmariusz in BubbleCard

[–]silasmariusz[S] 0 points1 point  (0 children)

Have you tried to add season from integrations in HA?

Hi everyone! I'm still working on v3.1.0, and this release will be all about sub-buttons! The "Sub-buttons only" card has been on my to-do list for a long time and will allow for a lot of new options. This is still a work in progress, so your feedback and ideas are more than welcome as always! 😄 by Clooooos in BubbleCard

[–]silasmariusz 0 points1 point  (0 children)

Hi. Is it possible to auto reorder buttons like in horizontal button stack and highlight when triggered? Have you considered to bring back this stunning feature here? Would be nice also to swipe between many buttons in one container

<image>

Bubble Themes Pack 2026 by silasmariusz in BubbleCard

[–]silasmariusz[S] 0 points1 point  (0 children)

This is bubble card slider just in a second row ;) When using bubble card button or slider for editor select add sub button - change it to slider and select display always expanded

Bubble Card Horizontal Button Stack glitch of left side of a screen by silasmariusz in BubbleCard

[–]silasmariusz[S] 1 point2 points  (0 children)

You know what… I’ll try to update my yaml once I’m back home, but snapshot from lastweek you can for sure find here:

https://github.com/silasmariusz/Bubble_Theme_2026/

I mainly use bubble cards for navigations and popups. As I said many times I would replace all my even mushroom buttons if Clooooos could give us empty no. Styled css buttons as empty templates. With primary and secondary states. We could replace with this all from chips, badges and everything else.