Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/davidnoyes/homeassistant-paperspace
- Owner: davidnoyes
- License: mit
- Created: 2022-10-21T11:42:17.000Z (about 2 years ago)
- Default Branch: develop
- Last Pushed: 2024-05-21T07:12:55.000Z (6 months ago)
- Last Synced: 2024-10-11T02:31:55.529Z (28 days ago)
- Topics: home-assistant, home-assistant-config, home-automation, homeassistant, integration, paperspace, paperspace-api, paperspace-console, paperspace-machines
- Language: Python
- Homepage:
- Size: 58.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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
```