Compare commits

...

2 Commits

Author SHA1 Message Date
b5bc58e98a Added configuration for bubble card modules 2025-09-15 23:01:17 +02:00
3bf6f2caa0 Updated to 2025.9.3 2025-09-15 13:33:17 +02:00
3 changed files with 14 additions and 1 deletions

View File

@@ -1 +1 @@
2025.8.3
2025.9.3

View File

@@ -18,6 +18,7 @@ switch: !include switches.yaml
light: !include lights.yaml
climate: !include climates.yaml
binary_sensor: !include binary_sensors.yaml
template: !include templates.yaml
# DO NOT remove - Sets MariaDB as database
recorder:

12
templates.yaml Normal file
View File

@@ -0,0 +1,12 @@
# Storage for Bubble Card Modules
- 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 }}"