{ "pluginAlias": "HomebridgeEOMini", "pluginType": "platform", "singular": true, "strictValidation": false, "schema": { "type": "object", "properties": { "name": { "title": "Name", "type": "string", "required": true, "default": "EO Mini" }, "username": { "title": "Username", "type": "string", "required": true, "placeholder": "Enter your Email", "x-schema-form": { "type": "email" } }, "password": { "title": "Password", "type": "string", "required": true, "placeholder": "Enter your Password", "x-schema-form": { "type": "password" } }, "refreshRate": { "title": "Refresh Rate", "type": "number", "placeholder": 30, "description": "Indicates the number of seconds between polls of EO API." } } } }