MQTT select - topic name

Hey there,
just came around a problem when adding some new mqtt selects.

Is it possible to set the name of on option, cause the payloads are not human readable.

Something like this?


mqtt:
  select:
      - command_topic: topic
        name: "Test Select"
        options:
          - "Option 1"
             name: on
          - "Option 2"
             name: off

Any other ideas how i can have something like this in Lovelace?

Thanks guys!

Actually I have the same request, have you found any solution to this?