homebridge-freeathome-local-kdljns
Version:
Platform Plugin to manage free@home accessories via HomeBridge using local API
51 lines (50 loc) • 1.36 kB
JSON
{
"plugin_alias": "free@home",
"schema": {
"type": "object",
"properties": {
"platform": {
"title": "Platform",
"type": "string",
"const": "free@home",
"readOnly": true
},
"name": {
"title": "Name",
"type": "string",
"const": "free@home",
"readOnly": true
},
"sysIP": {
"title": "IP/Hostname",
"type": "string",
"required": true
},
"username": {
"title": "Username",
"type": "string",
"required": true
},
"password": {
"title": "Password",
"type": "string",
"required": true,
"options": {
"hidden": true
}
},
"debug": {
"title": "Log Debug data",
"type": "bool",
"required": false,
"default": false
},
"mappings": {
"title": "Custom Mappings",
"type": "object",
"required": false,
"default": {}
}
}
}
}