ha-nicehash/info.md
Brian Berg 4b79b3f80f docs: update/format readme and info
- apply auto-formats
- tweak configuration example
- update info to match readme
- update directory files
2020-06-17 19:42:30 -04:00

2.3 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>
      currency: EUR (default = USD)
    

{% endif %}