I’m trying to clean up my frontend and since I didn’t find a good icon at MDI for a greenhouse I made one myself. Created a www folder and uploaded the file there, then added this to my customize
## group order ##
group.default_view:
order: "1"
group.greenhouse_tab:
order: "2"
friendly_name: "Greenhouse"
entity_picture: /local/greenhouse_600px.png
group.octoprint:
order: "3"
group.system_tab:
order: "4"
but I don’t get the image on the tab, just the text:
You are confusing two things I think, the www dir should be under .homeassistant or for hass.io under config. The local name is what HA uses to shorten the path so that you don’t need the full path, just local instead of /home/homeassistant/.homeassistant/www/. Also you are confusing customize and known_devices. Also as far as I know only icon: mdi.your_mdi_icon can be used for groups
No then I was right to put the image in the www folder and use the /local/ link.
Yes the example I linked was from known_devices but that’s just because I found that thread when trying to figure out where to put the image. But I think you’re right about not being able to add custom images to groups, should add that to the customization docs.
I’ll add a generic icon for now and use the greenhouse one if it’s approved later!