@switchbot/homebridge-switchbot
Version:
The SwitchBot plugin allows you to access your SwitchBot device(s) from HomeKit.
19 lines (18 loc) • 362 B
JSON
{
"theme": "default",
"out": "docs",
"exclude": ["src/**/*.spec.ts"],
"entryPoints": [
"src/index.ts"
],
"excludePrivate": true,
"excludeProtected": true,
"excludeExternals": true,
"hideGenerator": true,
"includeVersion": false,
"validation": {
"invalidLink": true,
"notExported": false
},
"inlineTags": ["@link", "@see"]
}