Set custom icons for select-options in Tile feature to display feature with style=icon

Hello together,

I have the following use case:

Through the HACS I added the HA-wattpilot (GitHub - mk-maddin/wattpilot-HA: This is a custom component to allow control of Fronius Wattpilot wallbox/electro vehicle charging devices in Homeassistant.) integration to monitor and control our wallbox.

Some of the entities have the type select. When I display these entities in a Tile, I can add the feature to change, e.g.: the charging mode.

But like in these to blog articles

I’d like to display this select dropdown field with style=icon to have a button slider/selector/switch (whatever you want to call it) like in all the samples:

image

Unfortunately, there is no support for feature type select-options to display this kind of style.
To solve this problem, it would be a great implementation to set the icons right here in the tile:

type: tile
entity: select.wattpilot_links_charging_mode
features:
  - type: select-options
    options:
      - Default
        Icon: ...
      - Next Trip
        Icon: ...
      - Eco
        Icon: ...
grid_options:
  columns: 12
  rows: 2

Hello Raphael,

This appears to be a Frontend Related Feature Request as it is asking for changes to Frontend Menus, Dashboards, or Sections.

These Feature Requests are handled in a different system, and will not be seen by the right people here.

Please add your Feature Request into GitHub here:
home-assistant/frontend Other Feature Requests · Discussions · GitHub.

See more info about Feature Requests HERE