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”
}
}
]