Compare commits
2 Commits
8fa153e1a2
...
b5bc58e98a
| Author | SHA1 | Date | |
|---|---|---|---|
| b5bc58e98a | |||
| 3bf6f2caa0 |
@@ -1 +1 @@
|
|||||||
2025.8.3
|
2025.9.3
|
||||||
@@ -18,6 +18,7 @@ switch: !include switches.yaml
|
|||||||
light: !include lights.yaml
|
light: !include lights.yaml
|
||||||
climate: !include climates.yaml
|
climate: !include climates.yaml
|
||||||
binary_sensor: !include binary_sensors.yaml
|
binary_sensor: !include binary_sensors.yaml
|
||||||
|
template: !include templates.yaml
|
||||||
|
|
||||||
# DO NOT remove - Sets MariaDB as database
|
# DO NOT remove - Sets MariaDB as database
|
||||||
recorder:
|
recorder:
|
||||||
|
|||||||
12
templates.yaml
Normal file
12
templates.yaml
Normal 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 }}"
|
||||||
Reference in New Issue
Block a user