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

Please add this one, used for a dehumidifier (raw device via Tuya) is other device than previous posted

Name and ID for Laundry Drying is different, don’t know is that is relevant for the title line, the ID is the name used in the enum to send to the device.

"title": {
		"en": "Auto, Manual, Laundry Drying, Sleeping, Purifying"
	},
	"values": [{
			"id": "Auto",
			"title": {
				"en": "Automatic",
				"no": "Automatisk",
				"nl": "Automatisch",
				"de": "Automatisch"
			}
		}, {
			"id": "Manual",
			"title": {
				"en": "Manual",
				"no": "Manuell",
				"nl": "Handmatig",
				"de": "Handbetrieb"
			}
		}, {
			"id": "Laundrydrying",
			"title": {
				"en": "Laundry Drying",
				"no": "Tørking av tøy",
				"nl": "Wasdrogen",
				"de": "Wäschetrocknung"
			}
		}, {
			"id": "Sleeping",
			"title": {
				"en": "Sleeping",
				"no": "Sove modus",
				"nl": "Slaapstand",
				"de": "Schlafmodus"
			}
		}, {
			"id": "Purifying",
			"title": {
				"en": "Purifying",
				"no": "Rensende",
				"nl": "Zuiverend",
				"de": "Reinigend"
			}
		}

	],