/homebridge-paperspace

Manage Paperspace machines with HomeKit

Primary LanguageTypeScriptApache License 2.0Apache-2.0

Homebridge Paperspace

This Homebridge plugin connects Apple HomeKit to your Paperspace account so you can manage your Paperspace machines.

Installation

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>"
  }
]