You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+24-2Lines changed: 24 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,29 @@ Now you're all set to enjoy the benefits of Helium integration in your Home Assi
45
45
46
46
## Configuration :gear:
47
47
48
-
Get ready to unlock the full potential of Helium integration in your Home Assistant with this simple configuration! :star:
48
+
Unleash the full power of Helium integration in your Home Assistant by following these simple steps. :star:
49
+
50
+
### Simple Configuration using Configuration Flow
51
+
52
+
1.**Home Assistant Settings**: Begin by navigating to your Home Assistant settings. Then, select "Devices and Services".
53
+
54
+
2.**Add Integration**: Look for the "+ Add Integration" button in the lower right corner, click it and search for "Helium".
55
+
56
+

57
+
58
+
3.**Configure Helium Integration**: You'll be prompted to enter the number of wallets you want to configure. If you only have one wallet, simply leave the default value. On the next screen, you'll need to enter your public address. This address can be found in the settings of the Helium Wallet App. Navigate to: Helium Wallet App (black) > Copy Address > Solana.
### Advanced Configuration using `configuration.yaml`
69
+
70
+
The simple configuration method should suffice for most users. However, some beta features may only be accessible through the advanced configuration method.
49
71
50
72
1.**Update your `configuration.yaml`** - Add the following code snippet to your `configuration.yaml` file:
51
73
```yaml
@@ -63,7 +85,7 @@ sensor:
63
85
wallets:
64
86
- SOLANA WALLET ADDRESS HERE
65
87
```
66
-
Replace "SOLANA WALLET ADDRESS HERE" with your Solana Wallet Address. You can find this address in the settings of the black Helium App > Copy Address > Solana. Your resulting configuraiton might look like this:
88
+
Replace "SOLANA WALLET ADDRESS HERE" with your Solana Wallet Address. You can find this address in the settings of the black Helium App > Copy Address > Solana. Your resulting configuration might look like this:
0 commit comments