1
0
mirror of https://github.com/natekspencer/hacs-oasis_mini.git synced 2025-11-08 13:13:53 -05:00
Files
hacs-oasis_mini/custom_components/oasis_mini/translations/en.json
Nathan Spencer e3d8ac927b Initial commit
2024-07-06 18:37:00 -06:00

37 lines
695 B
JSON
Executable File

{
"config": {
"step": {
"user": {
"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"
}
},
"options": {
"step": {
"init": {
"data": {
"email": "Email",
"password": "Password"
}
}
},
"error": {
"invalid_auth": "Invalid authentication"
}
}
}