core/homeassistant/components/sense/strings.json

21 lines
531 B
JSON

{
"config": {
"step": {
"user": {
"title": "Connect to your Sense Energy Monitor",
"data": {
"email": "[%key:common::config_flow::data::email%]",
"password": "[%key:common::config_flow::data::password%]"
}
}
},
"error": {
"cannot_connect": "Failed to connect, please try again",
"invalid_auth": "Invalid authentication",
"unknown": "Unexpected error"
},
"abort": {
"already_configured": "Device is already configured"
}
}
}