在www文件夹建立了icons文件夹放svg图标,请问在代码里如何使用它。
type: custom:stack-in-card
mode: horizontal
card_mod:
style: "{% set light = 'light.sfl_fsl002_4518_light' %}\n{% if is_state(light, 'on') %}\n ha-card {\n background:\t#FFED97;\n --ha-card-box-shadow: 0px;\n }\n{% endif %}\n"
cards:
- type: custom:mushroom-template-card
icon: mdi:run-fast
icon_color: pink
layout: horizontal
entity: light.sfl_fsl002_4518_light
fill_container: true
primary: null
secondary: null
tap_action:
action: more-info
|