Skip to content

Commit

Permalink
Merge pull request #762 from tubleronchik/master
Browse files Browse the repository at this point in the history
add article for pinata setup
  • Loading branch information
tubleronchik authored Nov 15, 2023
2 parents a4ec8f2 + 8457f51 commit 37985a0
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 0 deletions.
2 changes: 2 additions & 0 deletions data/sidebar_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@
link: /docs/robonomics-video
- title_en: RTZ camera control in Home Assistant
link: /docs/ptz-camera
- title_en: Pinata Setup
link: /docs/pinata-setup
- title_en: Blueprints
items:
- title_en: How To Use Blueprints
Expand Down
Binary file added docs/docsCovers/pinata-setup-en.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/home-assistant/pinata-key.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/home-assistant/pinata-permissions.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 27 additions & 0 deletions docs/pinata-setup.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
title: Pinata Setup

contributors: [tubleronchik, LoSk-p]
tools:
- Home Assistant 2023.5.4
https://github.com/home-assistant/core
- Robonomics Home Assistant Integration 1.6.1
https://github.com/airalab/homeassistant-robonomics-integration
---

**This article guides you through the process of configuring [Pinata](https://www.pinata.cloud/) for pinning files from Robonomics integration. This improves the accessibility of backup and telemetry files.**

To be able to pin your files on Pinata, first you need to create an account. Then, navigare to the `API Keys` section and create a new key with the following permissions:

1. `pinFileToIPFS`
2. `unpin`

<robo-wiki-picture src="home-assistant/pinata-permissions.jpg"/>

Then, copy `API Key` and `API Secret` and keep it private.

<robo-wiki-picture src="home-assistant/pinata-key.jpg"/>

If you have already set up the Robonomics integration, navigate to `Settings` -> `Devices & Services` and press `configure` in Robonomics integration. Enter you Pinata credentials.

<robo-wiki-picture src="home-assistant/robonomics-reconfigure-pinata.jpg"/>

0 comments on commit 37985a0

Please sign in to comment.