UNPKG

homebridge-ikettle

Version:

Simple HomeKit control for your iKettle. Easy access without faffing with Siri Shortcuts/IFTTT.

24 lines (23 loc) 630 B
{ "pluginAlias": "iKettle", "pluginType": "platform", "singular": true, "strictValidation": false, "schema": { "type": "object", "properties": { "email": { "title": "Email address of your Smarter.Am Account", "type": "string", "required": true, "default": "example@example.com" }, "password": { "title": "Password of your Smarter.Am Account", "type": "string", "required": true, "default": "xxxxx" } } } }