mirror of https://github.com/home-assistant/core
42 lines
984 B
JSON
42 lines
984 B
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_account%]"
|
|
},
|
|
"error": {
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
|
|
"unknown": "[%key:common::config_flow::error::unknown%]"
|
|
},
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"api_token": "[%key:common::config_flow::data::api_token%]"
|
|
},
|
|
"description": "You will need the API Token from https://home.juice.net/Manage.",
|
|
"title": "Connect to JuiceNet"
|
|
}
|
|
}
|
|
},
|
|
"entity": {
|
|
"number": {
|
|
"amperage_limit": {
|
|
"name": "Amperage limit"
|
|
}
|
|
},
|
|
"sensor": {
|
|
"charge_time": {
|
|
"name": "Charge time"
|
|
},
|
|
"energy_added": {
|
|
"name": "Energy added"
|
|
}
|
|
},
|
|
"switch": {
|
|
"charge_now": {
|
|
"name": "Charge now"
|
|
}
|
|
}
|
|
}
|
|
}
|