#Icon

1 messages · Page 1 of 1 (latest)

balmy river
#

Can I create a card that just shows an icon? Ideally one of the standard icons, in a specific color?

woeful tree
#

I think the regular button card can do that

next ruin
#

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

exotic basin
#
type: button
show_name: false
show_icon: true
entity: light.living_room_lights
icon: mdi:home-assistant
color: purple
balmy river
#

Somewhat related, is there a way to add icons more generally to the system?

woeful tree
#

entity is not required there, you could just remove it

next ruin