homebridge-paperspace
v0.2.0
Published
Connect your Paperspace account to Homebridge
Downloads
14
Readme
Homebridge Paperspace
This Homebridge plugin connects Apple HomeKit to your Paperspace account so you can manage your Paperspace machines.
Installation
- Install config-ui-x.
- Search for "Paperspace" on the plugin screen of config-ui-x.
- Click install.
Manual Installation
If you're not using config-ui-x, run
npm install -g --unsafe-perm homebridge-paperspace
Configuration
You will need a Paperspace API Key to manage your Paperspace account.
In your Homebridge config.json
, add the following config:
"platforms": [
{
"platform": "Paperspace",
"name": "Paperspace",
"apiKey": "<YOUR-API-KEY-HERE>"
}
]