davidnoyes / HomeAssistant-Paperspace

Home Assistant integration for interacting with Paperspace Core

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HomeAssistant-Paperspace

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.

Manual installation

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.

HACS installation

hacs_badge

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.

How to setup

  • Sign into your Paperspace account or sign up if you don't have one (my affiliate code XRJ2PRI is included).

  • Navigate to the Team Settings -> API Keys -> Add (with name), to create a new key.

  • Add your api key to the secrets.yaml file:

paperspace_api_key: YOUR_API_KEY_HERE
  • In your configuration.yaml file, manually add the following lines:
paperspace:
  api_key: !secret paperspace_api_key

About

Home Assistant integration for interacting with Paperspace Core

License:MIT License


Languages

Language:Python 96.4%Language:Shell 3.6%