mirror of
https://github.com/natekspencer/hacs-oasis_mini.git
synced 2025-11-19 10:33:42 -05:00
44 lines
910 B
JSON
Executable File
44 lines
910 B
JSON
Executable File
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"host": "Host"
|
|
}
|
|
},
|
|
"reconfigure": {
|
|
"data": {
|
|
"host": "Host"
|
|
}
|
|
},
|
|
"reauth_confirm": {
|
|
"data": {}
|
|
}
|
|
},
|
|
"error": {
|
|
"cannot_connect": "Failed to connect",
|
|
"invalid_host": "Invalid hostname or IP address",
|
|
"timeout_connect": "Timeout establishing connection",
|
|
"unknown": "Unexpected error"
|
|
},
|
|
"abort": {
|
|
"already_configured": "Device is already configured",
|
|
"reauth_successful": "Re-authentication was successful",
|
|
"reconfigure_successful": "Re-configuration was successful"
|
|
}
|
|
},
|
|
"options": {
|
|
"step": {
|
|
"init": {
|
|
"data": {
|
|
"email": "Email",
|
|
"password": "Password"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"invalid_auth": "Invalid authentication"
|
|
}
|
|
}
|
|
}
|