Request custom picker for Advanced Virtual Devices from the Device Capabilities App

I have a picker request for a floor heating thermostat.

“title”: {
“en”: “Auto, Manual, Holiday, Frost, Slow”
},
“values”: [
{
“id”: “automode”,
“title”: {
“en”: “Auto Mode”,
“nl”: “Auto Modus”,
“de”: “Automatikmodus”
}
},
{
“id”: “manual”,
“title”: {
“en”: “Manual”,
“nl”: “Handmatig”,
“de”: “Manuell”
}
},
{
“id”: “holidaymode”,
“title”: {
“en”: “Holiday Mode”,
“nl”: “Vakantiemodus”,
“de”: “Urlaubsmodus”
}
},
{
“id”: “frost”,
“title”: {
“en”: “Frost protection”,
“nl”: “Vorstbescherming”,
“de”: “Frostschutz”
}
},
{
“id”: “slow”,
“title”: {
“en”: “Slow start”,
“nl”: “Langzame start”,
“de”: “Langsamer Start”
}
}
]

Hello, I would like two very specific list. It is to use my HDMI matrix. If the list is too general, I completely understand!

I have an 8 in and 8 out matrix, so I would like something like this:

{
  "title": {
    "en": "HDMI inputs (matrix)"
  },
  "values": [
    {
      "id": "Input 1",
      "title": {
        "en": "Input 1",
        "nl": "Invoer 1",
        "de": "Eingang 1"
      }
    },
    {
      "id": "Input 2",
      "title": {
        "en": "Input 2",
        "nl": "Invoer 2",
        "de": "Eingang 2"
      }
    },
    {
      "id": "Input 3",
      "title": {
        "en": "Input 3",
        "nl": "Invoer 3",
        "de": "Eingang 3"
      }
    },
    {
      "id": "Input 4",
      "title": {
        "en": "Input 4",
        "nl": "Invoer 4",
        "de": "Eingang 4"
      }
    },
    {
      "id": "Input 5",
      "title": {
        "en": "Input 5",
        "nl": "Invoer 5",
        "de": "Eingang 5"
      }
    },
    {
      "id": "Input 6",
      "title": {
        "en": "Input 6",
        "nl": "Invoer 6",
        "de": "Eingang 6"
      }
    },
    {
      "id": "Input 7",
      "title": {
        "en": "Input 7",
        "nl": "Invoer 7",
        "de": "Eingang 7"
      }
    },
    {
      "id": "Input 8",
      "title": {
        "en": "Input 8",
        "nl": "Invoer 8",
        "de": "Eingang 8"
      }
    }
  ]
}

and the outputs too:

{
  "title": {
    "en": "HDMI outputs (matrix)"
  },
  "values": [
    {
      "id": "Output 1",
      "title": {
        "en": "Output 1",
        "nl": "Uitvoer 1",
        "de": "Ausgang 1"
      }
    },
    {
      "id": "Output 2",
      "title": {
        "en": "Output 2",
        "nl": "Uitvoer 2",
        "de": "Ausgang 2"
      }
    },
    {
      "id": "Output 3",
      "title": {
        "en": "Output 3",
        "nl": "Uitvoer 3",
        "de": "Ausgang 3"
      }
    },
    {
      "id": "Output 4",
      "title": {
        "en": "Output 4",
        "nl": "Uitvoer 4",
        "de": "Ausgang 4"
      }
    },
    {
      "id": "Output 5",
      "title": {
        "en": "Output 5",
        "nl": "Uitvoer 5",
        "de": "Ausgang 5"
      }
    },
    {
      "id": "Output 6",
      "title": {
        "en": "Output 6",
        "nl": "Uitvoer 6",
        "de": "Ausgang 6"
      }
    },
    {
      "id": "Output 7",
      "title": {
        "en": "Output 7",
        "nl": "Uitvoer 7",
        "de": "Ausgang 7"
      }
    },
    {
      "id": "Output 8",
      "title": {
        "en": "Output 8",
        "nl": "Uitvoer 8",
        "de": "Ausgang 8"
      }
    }
  ]
}
{
  "title": {
    "en": "Off, Dark, Dimmed, Bright"
  },
  "values": [
    {
      "id": "Off",
      "title": {
        "en": "Off",
        "nl": "Uit",
        "de": "Aus",
        "no": "Av"
      }
    },
    {
      "id": "Dark",
      "title": {
        "en": "Dark",
        "nl": "Donker",
        "de": "Dunkel",
        "no": "Mørkt"
      }
    },
    {
      "id": "Dimmed",
      "title": {
        "en": "Dimmed",
        "nl": "Gedempt",
        "de": "Gedimmt",
        "no": "Dimmet"
      }
    },
    {
      "id": "Bright",
      "title": {
        "en": "Bright",
        "nl": "Helder",
        "de": "Hell",
        "no": "Lyst"
      }
    }
  ]
}

Hello,

I have a picker request for Homey Heating Scheduler easy change of plans.

{
  "title": {
    "en": "Automatic, One day at home, One day away from home, Sleeping, On Holiday, Out of Season"
  },
  "values": [
    {
      "id": "Auto",
      "title": {
        "en": "Automatic",
        "nl": "Automatisch",
        "de": "Automatisch",
        "no": "Automatisk"
      }
    },
    {
      "id": "Onedayhome",
      "title": {
        "en": "One day at home",
        "nl": "Één dag thuis",
        "de": "Ein Tag zu Hause",
        "no": "Én dag hjemme"
      }
    },
    {
      "id": "Onedayaway",
      "title": {
        "en": "One day away from home",
        "nl": "Één dag weg van huis",
        "de": "Ein Tag außer Haus",
        "no": "Én dag borte fra hjemmet"
      }
    },
    {
      "id": "Sleep",
      "title": {
        "en": "Sleeping",
        "nl": "Slapend",
        "de": "Schlafend",
        "no": "Sovende"
      },
    {
      "id": "Holiday",
      "title": {
        "en": "On Holiday",
        "nl": "Op vakantie",
        "de": "Im Urlaub",
        "no": "På ferie"
      },
    {
      "id": "Outseason",
      "title": {
        "en": "Out of Season",
        "nl": "Buiten het seizoen",
        "de": "Außerhalb der Saison",
        "no": "Utenfor sesongen"
      }
    }
  ]
}