Customize tile card climate features

Hi! Good stuff with the new climate features on the tile card. Some HVAC controller’s preset and HVAC modes don’t always correspond to what is actually exposed, e.g. ‘none’ is actually a default ‘Follow schedule’ preset. Would be cool to be able to customize name & icon for preset and HVAC modes in the climate features on the tile card.

Agreed! On my setup, I don’t have any icons showing at all and haven’t found a way to configure them.

One cannot define icons for tile-card > features > [feature elements].

Generic “bullet” Icons show for each item. (This is a water heater that is modeled as a climate device since esphome does not yet have a water heater model):

Please vote to support user-defined icons for tile-card features

features:
 - type: "climate-preset-modes"
   style: "icons"
   preset-modes:
    - Eco Mode
    - Electric
    - Heat Pump
    - High Demand
    - "Off"