How to make human readable effects for light.mqtt?

Currently my lamp config looks like below:

# https://www.home-assistant.io/integrations/light.mqtt/          
mqtt:
  light:
      effect_command_topic: "firelamp/embui/set/EFFECT"
      effect_list:
        - 1
        - 2
        - 3
        - 4
        ...
        - 87

But I would like to see, for ex., Neon and Firelamp instead of 1 and 2.

Looks like I could achieve it with effect_command_template and effect_value_template, but I don’t understand how to do it.

I’ve found the solution - Home Assistant - FireLamp_JeeUI 2.7.0 (Gyverlamp) · GitHub