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:
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