Hello, I´m using Custom:Button-Card and I´m trying to select and svg as as icon.
icon: |-
[[[
return '<img src="' + entity.state + '" width="50" height="50"/>'
]]]
In other sections (name or label) the code runs fine, but with icon it return an "Eye icon".
Anyone can help me understanding what is hapenning?
Many thanks