Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add article for pinata setup #762

Merged
merged 1 commit into from
Nov 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"/>
Loading