homebridge-ikettle
Version:
Simple HomeKit control for your iKettle. Easy access without faffing with Siri Shortcuts/IFTTT.
30 lines (29 loc) • 727 B
JSON
{
"bridge": {
"name": "PluginTemplate",
"username": "AA:BB:CC:DD:EE:FF",
"port": 9999,
"pin": "031-45-154"
},
"description": "HomeBridge HTTP Status Control",
"plugins": ["homebridge-ikettle", "homebridge-config-ui-x"],
"platforms": [
{
"name": "Config",
"port": 8888,
"auth": "none",
"theme": "blue",
"tempUnits": "c",
"lang": "auto",
"sudo": false,
"platform": "config",
"debug": false
},
{
"name": "example@example.com",
"password": "xxxx",
"platform": "iKettle"
}
],
"accessories": []
}