Fix icons for main button name template

This commit is contained in:
2024-07-28 20:14:01 -04:00
parent aba0dcdde5
commit 6e97da0c7e

View File

@ -56,12 +56,13 @@ decluttering_templates:
- name: '' - name: ''
- columns: 2 - columns: 2
- navigation_path: '' - navigation_path: ''
- icon: ''
card: card:
type: custom:bubble-card type: custom:bubble-card
card_type: button card_type: button
button_type: name button_type: name
name: '[[name]]' name: '[[name]]'
icon: mdi:[[icon]] icon: '[[icon]]'
tap_action: tap_action:
action: navigate action: navigate
navigation_path: '[[navigation_path]]' navigation_path: '[[navigation_path]]'