Skip to content

Commit

Permalink
added earnapp
Browse files Browse the repository at this point in the history
  • Loading branch information
bvlinsky committed Sep 29, 2024
1 parent b4fdbbd commit 03a6ba0
Show file tree
Hide file tree
Showing 8 changed files with 35 additions and 0 deletions.
19 changes: 19 additions & 0 deletions earnapp/DOCS.md
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
15 changes: 15 additions & 0 deletions earnapp/config.yaml
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
Binary file added earnapp/icon.png
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 removed packetstream/logo.png
Binary file not shown.
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ in setting up multiple passive income streams with minimal technical effort.
Note! These are referral links, and by signing up through them,
you directly contribute to future updates and maintenance.

- [EarnApp](https://earnapp.com/i/4LLxaYrb) - supported
- [Repocket](https://link.repocket.com/TLMq) - supported
- [PacketStream](https://packetstream.io/?psr=6eJ7) - supported
- [Honeygain](https://r.honeygain.me/BULINCBB47) - todo
Expand Down
File renamed without changes.
Binary file removed repocket/logo.png
Binary file not shown.

0 comments on commit 03a6ba0

Please sign in to comment.