Changes for new version of Bubble Cards

This commit is contained in:
2025-05-08 21:35:45 -04:00
parent adc4bc9b42
commit a1b68f80b6
2 changed files with 11 additions and 0 deletions

11
packages/dashboards.yaml Normal file
View File

@ -0,0 +1,11 @@
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 }}"