ha-nicehash/info.md
Brian Berg 6c0a39e7c7 chore: update info/readme
- update readme install instructions
- update badge links
2020-06-16 00:29:33 -04:00

2.2 KiB

GitHub Release License

hacs Project Maintenance BuyMeCoffee

Discord Community Forum

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

  1. Generate NiceHash API key
    • Supported API Permissions
      • Wallet Permissions > View balances...
      • Mining Permissions > View mining data...
    • See this repository for assistance
  2. Add nicehash to configuration.yaml
    nicehash:
      organization_id: <org_id>
      api_key: <api_key_code>
      api_secret: <api_secret_key_code>
    

{% endif %}