mirror of https://github.com/simbaja/ha_gehome.git
21 lines
415 B
JSON
21 lines
415 B
JSON
{
|
|
"title": "Shark IQ",
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"username": "Username",
|
|
"password": "Password"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"cannot_connect": "Failed to connect",
|
|
"invalid_auth": "Invalid username or password",
|
|
"unknown": "Unknown error"
|
|
},
|
|
"abort": {
|
|
"already_configured": "Device already configured"
|
|
}
|
|
}
|
|
} |