* Fix for justnimbus integration * Fixed tests and moved const * fix: added reauth flow * fix: fixed reauth config flow * chore: added config_flow reauth test * chore: Processed PR feedback --------- Co-authored-by: G Johansson <goran.johansson@shiftit.se>
46 lines
1.1 KiB
JSON
46 lines
1.1 KiB
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"client_id": "Client ID",
|
|
"zip_code": "ZIP code"
|
|
}
|
|
}
|
|
},
|
|
"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%]"
|
|
},
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
|
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]"
|
|
}
|
|
},
|
|
"entity": {
|
|
"sensor": {
|
|
"pump_pressure": {
|
|
"name": "Pump pressure"
|
|
},
|
|
"pump_type": {
|
|
"name": "Pump type"
|
|
},
|
|
"reservoir_capacity": {
|
|
"name": "Reservoir capacity"
|
|
},
|
|
"reservoir_content": {
|
|
"name": "Reservoir content"
|
|
},
|
|
"reservoir_temperature": {
|
|
"name": "Reservoir temperature"
|
|
},
|
|
"water_used": {
|
|
"name": "Total use"
|
|
},
|
|
"water_saved": {
|
|
"name": "Total saved"
|
|
}
|
|
}
|
|
}
|
|
}
|