1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-28 13:56:28 +00:00
Files
core/homeassistant/components/melcloud/strings.json
2020-04-16 12:52:53 -07:00

23 lines
608 B
JSON

{
"config": {
"step": {
"user": {
"title": "Connect to MELCloud",
"description": "Connect using your MELCloud account.",
"data": {
"username": "Email used to login to MELCloud.",
"password": "MELCloud password."
}
}
},
"error": {
"cannot_connect": "Failed to connect, please try again",
"invalid_auth": "Invalid authentication",
"unknown": "Unexpected error"
},
"abort": {
"already_configured": "MELCloud integration already configured for this email. Access token has been refreshed."
}
}
}