Devices List
This view will show a list of selectable devices to the user. Devices that have already been paired with Homey will automatically be filtered out, based on their data property.

{
"name": { "en": "My Driver" },
"images": {
"small": "/drivers/my_driver/assets/images/small.png",
"large": "/drivers/my_driver/assets/images/large.png"
},
"pair": [
{
"id": "list_devices",
"template": "list_devices",
"navigation": { "next": "add_devices" },
"options": { "singular": true }
},
{
"id": "add_devices",
"template": "add_devices"
}
]
}Options
Key
Type
Default
Description
Last updated
Was this helpful?