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

13 lines
325 B
JSON

{
"config": {
"step": {
"user": {
"title": "Enter Username and Password",
"data": { "username": "Email Address", "password": "Password" }
}
},
"error": { "invalid_login": "Invalid username or password" },
"abort": { "already_setup": "Only one Vesync instance is allowed" }
}
}