core/homeassistant/components/sense/strings.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"
}
}
}