Files
core/homeassistant/components/sense/strings.json
T
J. Nick Koston 3e702c8ca4 Add Config Flow for sense (#32160)
* 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
2020-02-25 16:37:41 -07:00

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"
}
}
}