-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
35 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Home Assistant EarnApp Add-on | ||
|
||
Note! These are referral links, and by signing up through them, | ||
you directly contribute to future updates and maintenance. | ||
|
||
## Quick Configuration Guide | ||
|
||
1. If you don't have a PacketStream account, sign up at [earnapp.com](https://earnapp.com/i/4LLxaYrb). | ||
2. In Home Assistant, go to "Supervisor" > "Add-on Store" > EarnApp add-on > "Configuration" tab. | ||
3. In the add-on configuration, set EARNAPP_UUID, use existing id or create new (instruction below). | ||
4. Go to `https://earnapp.com/r/{EARNAPP_UUID}` to register device. | ||
|
||
## New ID | ||
1. Go to [www.uuidgenerator.net](https://www.uuidgenerator.net/) | ||
2. Generate a UUID v4 | ||
3. Remove hyphens from the UUID | ||
4. Prepend `sdk-node-` to the result | ||
|
||
Example: sdk-node-123e4567e89b12d3a456426614174000 |
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,15 @@ | ||
name: "EarnApp" | ||
slug: "earnapp" | ||
description: "Earn passive income while your devices rest" | ||
version: "lite-1.294.218" | ||
image: fazalfarhan01/earnapp | ||
init: false | ||
legacy: true | ||
arch: | ||
- aarch64 | ||
- amd64 | ||
- armv7 | ||
options: | ||
EARNAPP_UUID: "sdk-node-XXXX" | ||
schema: | ||
EARNAPP_UUID: str |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
Binary file not shown.
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
File renamed without changes.
Binary file not shown.