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

**URL:** https://community.homey.app/t/request-custom-picker-for-advanced-virtual-devices-from-the-device-capabilities-app/79440
**Category:** Apps
**Tags:** app, virtual-device, device-capabilities, avd
**Created:** [April 18, 2023, 12:00pm UTC](https://community.homey.app/t/request-custom-picker-for-advanced-virtual-devices-from-the-device-capabilities-app/79440 "2023-04-18T12:00:00Z")
**Posts on this page:** 1
**Showing post:** 32

<div class="post-metadata">

### Author: ![M\_a\_r\_c\_o](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/m_a_r_c_o/32/146_2.png) [@M\_a\_r\_c\_o](https://community.homey.app/u/M_a_r_c_o)
#### Post date: [January 6, 2024, 11:18am UTC](https://community.homey.app/t/request-custom-picker-for-advanced-virtual-devices-from-the-device-capabilities-app/79440/32 "2024-01-06T11:18:51Z")

</div>

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.

```auto
"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"
			}
		}

	],

```

---

_[View the full topic](https://community.homey.app/t/request-custom-picker-for-advanced-virtual-devices-from-the-device-capabilities-app/79440)._
