Fix icons for main button name template
This commit is contained in:
@ -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]]'
|
||||||
|
Reference in New Issue
Block a user