mirror of https://github.com/home-assistant/core
33 lines
874 B
JSON
33 lines
874 B
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"username": "[%key:common::config_flow::data::username%]",
|
|
"password": "[%key:common::config_flow::data::password%]",
|
|
"counter_id": "Counter id"
|
|
}
|
|
}
|
|
},
|
|
"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%]",
|
|
"counter_not_found": "Could not find counter id automatically"
|
|
},
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
|
|
}
|
|
},
|
|
"entity": {
|
|
"sensor": {
|
|
"water_usage_yesterday": {
|
|
"name": "Water usage yesterday"
|
|
},
|
|
"water_price": {
|
|
"name": "Water price"
|
|
}
|
|
}
|
|
}
|
|
}
|