6c0a39e7c7
- update readme install instructions - update badge links
2.2 KiB
2.2 KiB
Component to integrate with NiceHash
This component will set up the following platforms
Platform | Description |
---|---|
sensor |
Show info from NiceHash API |
{% if not installed %}
Installation
- Generate NiceHash API key
- Supported API Permissions
- Wallet Permissions > View balances...
- Mining Permissions > View mining data...
- See this repository for assistance
- Supported API Permissions
- Add
nicehash
toconfiguration.yaml
nicehash: organization_id: <org_id> api_key: <api_key_code> api_secret: <api_secret_key_code>
{% endif %}