A Home Assistant custom component integration for interacting with Paperspace Core to monitor and control your pre-configured Paperspace machines. This integration is built and tested against the official Paperspace API and is in no way affiliated with Paperspace or it's partners.
The latest published release should be the standard version to install. The state of develop will change over time and should be treated as unstable. Feel free to try out the develop branch and aid in it's development, pull requests are welcomed.
To install, place the contents of custom_components into the <config directory>/custom_components folder of your Home Assistant installation. Once installed, don't forget to restart your home assistant instance for the integration to be picked up.
Alternatively, this integration can be installed directly via HACS by adding this GitHub repository (https://github.com/davidnoyes/HomeAssistant-Paperspace) as a HACS Custom repository.
-
Sign into your Paperspace account or sign up if you don't have one (my affiliate code
XRJ2PRIis included). -
Navigate to the Team Settings -> API Keys -> Add (with name), to create a new key.
-
Add your api key to the
secrets.yamlfile:
paperspace_api_key: YOUR_API_KEY_HERE
- In your
configuration.yamlfile, manually add the following lines:
paperspace:
api_key: !secret paperspace_api_key