0.2.0 • Published 4 years ago

homebridge-paperspace v0.2.0

Weekly downloads
2
License
ISC
Repository
github
Last release
4 years ago

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