core/homeassistant/components/myq/strings.json

23 lines
475 B
JSON

{
"config": {
"title": "MyQ",
"step": {
"user": {
"title": "Connect to the MyQ Gateway",
"data": {
"username": "Username",
"password": "Password"
}
}
},
"error": {
"cannot_connect": "Failed to connect, please try again",
"invalid_auth": "Invalid authentication",
"unknown": "Unexpected error"
},
"abort": {
"already_configured": "MyQ is already configured"
}
}
}