WTH Add the notion of values (in addition to the existing label) in input_select entities

I know it is not crucial but my eyes are bleeding when I have to write yaml like that

          - type: custom:state-switch
            entity: input_select.media_selector
            states:
              "Derniers épisodes":
                type: custom:upcoming-media-card
                entity: sensor.plex_recently_added_tv_shows
                image_style: fanart
                clock: 24
                max: 10
                date: ddmm
                card_mod:
                  style: |
                    div.plex_fanart {
                      box-shadow: none;
                    }