Skip to content

steverice/homebridge-paperspace

Repository files navigation

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

Releases

No releases published

Packages

No packages published