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
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
A custom homeassistant integration ```storj_node_statistics``` to read statistics from a storj storage node using json data provided by the node.
4
4
5
-
This integration is unofficial and not related to the official storj company at all.
5
+
This integration is unofficial and not related to the official storj company at all.
6
6
7
7
## Example card
8
8
@@ -13,7 +13,7 @@ This is somewhat the view I'm using, the graphs should get more interesting over
13
13
## Setup
14
14
### HACS (recommended)
15
15
16
-
Click the button below to install via HACS.
16
+
Click the button below to install via HACS.
17
17
18
18
[](https://my.home-assistant.io/redirect/hacs_repository/?owner=ledimestari&repository=homeassistant-storj-integration&category=integration)
19
19
@@ -52,12 +52,13 @@ Provided sensors:
52
52
- Estimated earning this month
53
53
- Held back this month
54
54
- Gross total this month
55
+
- Average online score of all satellites
55
56
56
57
each sensor uses the first six characters of the Node ID as a prefix to the key value, e.g. ```sensor.abc123_disk_use_percentage```.
57
58
58
59
Potential features missing for now:
59
60
60
-
- Suspension, Audit and Online scores for each satellite
61
+
- Suspension, Audit and Online scores for each satellite separate
0 commit comments