Settings
Widget settings allow users to customize the behaviour of their dashboard widgets from Homey.
{
"name": {
"en": "My Widget"
},
"settings": [
{
"id": "text",
"type": "text",
"title": {
"en": "Text"
},
"hint": {
"en": "Your number"
}
},
{
"id": "number",
"type": "number",
"title": {
"en": "Number"
},
"hint": {
"en": "Your number"
}
}
]
}Defining Settings
Text
Textarea
Number
Dropdown
Checkbox
Autocomplete
Accessing Settings
Devices
Last updated
Was this helpful?