homebridge-hatch-baby-rest
Version:
Homebridge plugin for Hatch Rest/Restore WiFi sound machines
23 lines (22 loc) • 486 B
JSON
{
"pluginAlias": "HatchBabyRest",
"pluginType": "platform",
"headerDisplay": "Supply email and password to load WiFi Hatch lights",
"schema": {
"type": "object",
"properties": {
"email": {
"title": "Email",
"type": "string",
"placeholder": "Email",
"required": false
},
"password": {
"title": "Password",
"type": "string",
"placeholder": "Password",
"required": false
}
}
}
}