#Icon
1 messages · Page 1 of 1 (latest)
I think the regular button card can do that
Yeah the button card can do it just fine. You can also use the markdown card with the following<ha-icon icon="mdi:home-assistant"></ha-icon> - substitute in any other mdi name for other icons, and colourise it with standard html tags
type: button
show_name: false
show_icon: true
entity: light.living_room_lights
icon: mdi:home-assistant
color: purple
So, you're just giving it an arbitrary entity? And if they click on it, it will do something?
Somewhat related, is there a way to add icons more generally to the system?
entity is not required there, you could just remove it
there's a hacs integration simpleicons which adds a bunch more that aren't in MDI and you can add your own in, but it's not simple to achieve, there are a couple of threads on the forum that i've seen when considering it before deciding i don't care enough and sticking to the mdi and si options