homebridge-salus-aura
Version:
Homebridge plugin for Salus iT600 and JG Aura thermostats
21 lines (20 loc) • 367 B
JSON
{
"pluginAlias": "Salus-iT600",
"pluginType": "platform",
"singular": true,
"schema": {
"type": "object",
"properties": {
"username": {
"title": "Username",
"type": "string",
"required": true
},
"password": {
"title": "Password",
"type": "string",
"required": true
}
}
}
}