Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/davidnoyes/homeassistant-paperspace

Home Assistant integration for interacting with Paperspace Core
https://github.com/davidnoyes/homeassistant-paperspace

home-assistant home-assistant-config home-automation homeassistant integration paperspace paperspace-api paperspace-console paperspace-machines

Last synced: 12 days ago
JSON representation

Home Assistant integration for interacting with Paperspace Core

Awesome Lists containing this project

README

        

# 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](https://github.com/davidnoyes/HomeAssistant-Paperspace/releases) 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 `/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](https://img.shields.io/badge/HACS-Custom-41BDF5.svg?style=for-the-badge)](https://github.com/hacs/integration)

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](https://console.paperspace.com/login) or [sign up](https://console.paperspace.com/signup?R=XRJ2PRI) 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
```