Homebridge platform plugin for Brunt blinds
- Install homebridge using: npm install -g homebridge
- Install this plugin using: npm install -g homebridge-brunt
- Update your configuration file. See sample config.json snippet below.
Configuration sample:
"platforms": [
{
"platform": "Brunt",
"name": "Brunt",
"user":"YOURUSERNAME",
"pass":"YOURPASSWORD"
}
],
Fields:
- "platform": Must always be "Brunt" (required)
- "name": Can be anything (required)
- "user": Brunt account email address (required)
- "pass": Password for Brunt account (required)