24 lines
635 B
JSON
24 lines
635 B
JSON
|
{
|
||
|
"config": {
|
||
|
"step": {
|
||
|
"user": {
|
||
|
"title": "Identify the device",
|
||
|
"description": "Provide the IP address or mDNS of the device and its password",
|
||
|
"data": {
|
||
|
"ip_address": "Device IP or mDNS (e.g. '123ab_air-q.local')",
|
||
|
"password": "Password"
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"error": {
|
||
|
"cannot_connect": "Failed to connect, please check the IP or mDNS",
|
||
|
"invalid_auth": "Wrong password",
|
||
|
"invalid_input": "Invalid IP address or mDNS "
|
||
|
},
|
||
|
"abort": {
|
||
|
"already_configured": "This device is already configured and available to Home Assistant"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|