mirror of
https://github.com/elisspace/core.git
synced 2026-09-24 11:36:53 +00:00
* Config Flow for sense * Fix unique ids so they are actually unique (and migrate the old ones) * Fix missing solar production * Do not mark sensors available until they have data * Address review items * Address review round #2
23 lines
492 B
JSON
23 lines
492 B
JSON
{
|
|
"config": {
|
|
"title": "Sense",
|
|
"step": {
|
|
"user": {
|
|
"title": "Connect to your Sense Energy Monitor",
|
|
"data": {
|
|
"email": "Email Address",
|
|
"password": "Password"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"cannot_connect": "Failed to connect, please try again",
|
|
"invalid_auth": "Invalid authentication",
|
|
"unknown": "Unexpected error"
|
|
},
|
|
"abort": {
|
|
"already_configured": "Device is already configured"
|
|
}
|
|
}
|
|
}
|