Bubble Card 3
v3.0.0-beta.2
If you missed the previous beta releases, please check this changelog (and previous ones) for all previous new features and changes.
Hi everyone!
Just a quick update to fix the recent pop-up issues (#1420).
I also improved the experience when opening the Modules section for the first time, especially if the template sensor hasn’t been configured yet.
The editor should feel a lot faster now!
Thanks so much to everyone for the quick feedback! 🍻
Important
Edit: There is a typo in the template sensor for the Module Store and Module Editor. It's trigger:
and not triggers:
.
Here's the correct one:
# Storage for Bubble Card Modules
template:
- trigger:
- trigger: event
event_type: bubble_card_update_modules
sensor:
- name: "Bubble Card Modules"
state: "saved"
icon: "mdi:puzzle"
attributes:
modules: "{{ trigger.event.data.modules }}"
last_updated: "{{ trigger.event.data.last_updated }}"