Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 1.13 KB

README.md

File metadata and controls

43 lines (28 loc) · 1.13 KB

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