2022-08-08 21:35:05 +00:00
|
|
|
{
|
|
|
|
"config": {
|
|
|
|
"step": {
|
|
|
|
"user": {
|
|
|
|
"data": {
|
2024-01-23 07:56:11 +00:00
|
|
|
"client_id": "Client ID",
|
|
|
|
"zip_code": "ZIP code"
|
2022-08-08 21:35:05 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"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": {
|
2024-01-23 07:56:11 +00:00
|
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
|
|
|
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]"
|
2022-08-08 21:35:05 +00:00
|
|
|
}
|
2023-08-14 11:14:49 +00:00
|
|
|
},
|
|
|
|
"entity": {
|
|
|
|
"sensor": {
|
|
|
|
"pump_pressure": {
|
|
|
|
"name": "Pump pressure"
|
|
|
|
},
|
2024-01-23 07:56:11 +00:00
|
|
|
"pump_type": {
|
|
|
|
"name": "Pump type"
|
2023-08-14 11:14:49 +00:00
|
|
|
},
|
2024-01-23 07:56:11 +00:00
|
|
|
"reservoir_capacity": {
|
|
|
|
"name": "Reservoir capacity"
|
2023-08-14 11:14:49 +00:00
|
|
|
},
|
|
|
|
"reservoir_content": {
|
|
|
|
"name": "Reservoir content"
|
|
|
|
},
|
2024-01-23 07:56:11 +00:00
|
|
|
"reservoir_temperature": {
|
|
|
|
"name": "Reservoir temperature"
|
2023-08-14 11:14:49 +00:00
|
|
|
},
|
2024-01-23 07:56:11 +00:00
|
|
|
"water_used": {
|
2023-08-14 11:14:49 +00:00
|
|
|
"name": "Total use"
|
|
|
|
},
|
2024-01-23 07:56:11 +00:00
|
|
|
"water_saved": {
|
|
|
|
"name": "Total saved"
|
2023-08-14 11:14:49 +00:00
|
|
|
}
|
|
|
|
}
|
2022-08-08 21:35:05 +00:00
|
|
|
}
|
|
|
|
}
|