Tasmota LED effect names

Is it possible to give the effects in the mqtt.light settings human readable names for the UI instead of just numbers?:

platform: mqtt
name: "Decks LEDS"   
command_topic: "decksleds/cmnd/POWER"
state_topic: "decksleds/tele/STATE"
state_value_template: "{{value_json.POWER}}"
availability_topic: "decksleds/tele/LWT"
brightness_command_topic: "decksleds/cmnd/Dimmer"
brightness_state_topic: "decksleds/tele/STATE"
brightness_scale: 100
on_command_type: "brightness"
brightness_value_template: "{{value_json.Dimmer}}"
rgb_command_topic: "decksleds/cmnd/Color2"
rgb_state_topic: "decksleds/tele/STATE"
rgb_value_template: "{{value_json.Color}}"
effect_command_topic: "decksleds/cmnd/Scheme"
effect_state_topic: "decksleds/tele/STATE"
effect_value_template: "{{value_json.Scheme}}"
effect_list:
  - 1
  - 2
  - 3
  - 5
  - 6
  - 7
  - 8
  - 9
  - 10
  - 11
  - 12
payload_on: "ON"
payload_off: "OFF"
payload_available: "Online"
payload_not_available: "Offline"
qos: 1
retain: true    

Instead of “1,2,3…” in the dropbox box it would be great to have the effect name “Fade, RGB Cycle, RGB Cycle Reverse…”

Is this possible?

did you ever get an answer from somewhere for this?

No, I never did but I moved from Tasmota to WLED for my led control and the user experience and integration is much better in homeassistant.

See here: https://github.com/Aircoookie/WLED