-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #762 from tubleronchik/master
add article for pinata setup
- Loading branch information
Showing
6 changed files
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"/> |