cgiesche / streamdeck-homeassistant

Control your Home Assistant devices from StreamDeck
MIT License
768 stars 38 forks source link

Not all HA icons are supported? #226

Closed kchiem closed 4 months ago

kchiem commented 6 months ago

It appears that only a subset of HA's icons are supported in this, eg. mdi:home-lightning-bolt doesn't work. Is there a way to improve this?

cgiesche commented 5 months ago

I am using an mdi-library for this. I will check if there are any updates that contain those missing icons.

cgiesche commented 4 months ago

As far as I see, all material design icons should be supported by the plugin. When I change the icon of an entity to "home-lightning-bolt", it is displayed correctly: image

I am currently implementing a complete rework of how icons work in the plugin, so we will have to check back later and see if this problem persists.