ha-nicehash/custom_components/nicehash/manifest.json
Brian Berg fe8f8233a8 feat: add platform integration
- add configuration support
- add english config translations for later
- add account balance sensor
- add mining rig temperature sensors
2020-06-16 00:28:01 -04:00

13 lines
289 B
JSON

{
"domain": "nicehash",
"name": "NiceHash",
"documentation": "https://github.com/brianberg/ha-nicehash",
"issue_tracker": "https://github.com/brianberg/ha-nicehash/issues",
"dependencies": [],
"codeowners": [
"@brianberg"
],
"requirements": [
"requests_async"
]
}