core/homeassistant/components/sense/translations/en.json

22 lines
593 B
JSON
Raw Normal View History

{
2020-02-26 00:31:47 +00:00
"config": {
"abort": {
"already_configured": "Device is already configured"
},
"error": {
2020-10-04 00:05:05 +00:00
"cannot_connect": "Failed to connect",
2020-02-26 00:31:47 +00:00
"invalid_auth": "Invalid authentication",
"unknown": "Unexpected error"
},
"step": {
"user": {
"data": {
2020-05-13 18:27:21 +00:00
"email": "Email",
"password": "Password",
"timeout": "Timeout"
2020-02-26 00:31:47 +00:00
},
"title": "Connect to your Sense Energy Monitor"
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2020-02-26 00:31:47 +00:00
}