My own icons

o wow thanks it works.

but what means the icon sector what i used for?

See previous comment.

Ok,

Thanks for the help.

Okay one question,

I have the icons set.
But is it possible to make them bigger?

Its not working for me, but I do get the question mark icon, so the JS is being read. What svg types work, what size, etc are proven to work? Well done for working on this, I hope to use it for a few icons I’ve got.

The Icons from the Hue Icon Pack (which also the question mark icon is part of) work fine for me. Have not tried others as i primarily wanted to use the hue icons.

have a look at https://github.com/arallsopp/hass-hue-icons if you’re interested in the Hue icons, @arallsopp is actively updating this resource, and the icons are beautiful

1 Like

Hey! Thanks @Mariusthvdb. There are over 200 icons in the pack now, including more than 140 custom icons created especially for the HA community. Always good to hear it being used.

Hi,
I have tried a lot, but it does not work. Can enybody help me?
This is what is in my configuration.yaml

homeassistant:

entity_picture: /local/nibe-logo.png```

nibe-logo.png is in the config/www directory.

This is what I get back:
expected a dictionary for dictionary value @ data['customize']

What do I wrong?

This better:

homeassistant:
entity_picture: /local/nibe-logo.png

Invalid config for [panel_custom]: [entity_picture] is an invalid option for [panel_custom]. Check: panel_custom->panel_custom->0->entity_picture. (See /config/configuration.yaml, line 178).

Hey can some one help meee

I want the number 28 as a Icon

For my mailbox LED at the House

Take a piece of paper

Write the number on it

Take a photo of it

Place the photo as /config/www/28.jpg

Follow as above.

Where can i do this ?

That’s no longer in the system, that’s the old interface from 2019. What are you trying to do?

I’m trying to add my own icon (or picture) to a button-card.
Not the custom-button card.

I don’t think you can.

It’s a little bit strange.
With a tile card you can.
I added this in config.yaml

homeassistant:
  customize:
    binary_sensor.poortsensor:
      entity_picture: /local/pmd-400px.png

Why isn’t that option available for every card ?

It’s the WTH month.

1 Like

That has nothing to do with a card, you’re setting the picture to the entity as an entity attribute

It should be displayed wherever you select to show the entity_picture

Btw there is a FR to bring that feature to the Ui and not have to use customize…