ha-nicehash/custom_components/nicehash/translations/en.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

32 lines
745 B
JSON

{
"config": {
"title": "NiceHash",
"step": {
"user": {
"title": "NiceHash",
"description": "If you need help with the configuration have a look here: https://github.com/brianberg/ha-nicehash",
"data": {
"organization_id": "Organization ID",
"api_key": "API Key Code",
"api_secret": "API Secret Key Code"
}
}
},
"error": {
"auth": "Credentials are invalid",
"name_exists": "Configuration already exists"
},
"abort": {
"single_instance_allowed": "Only one instance of NiceHash is allowed"
}
},
"options": {
"step": {
"user": {
"data": {
"sensor": "Sensor enabled"
}
}
}
}
}