Files
ha-core/homeassistant/components/vesync/strings.json
2020-05-12 09:08:07 -07:00

16 lines
380 B
JSON

{
"config": {
"step": {
"user": {
"title": "Enter Username and Password",
"data": {
"username": "[%key:common::config_flow::data::email%]",
"password": "Password"
}
}
},
"error": { "invalid_login": "Invalid username or password" },
"abort": { "already_setup": "Only one Vesync instance is allowed" }
}
}