Files
core/homeassistant/components/vesync/strings.json
2020-04-15 09:41:18 -07:00

21 lines
394 B
JSON

{
"title": "VeSync",
"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"
}
}
}