Initial Home Assistant Configuration
This commit is contained in:
@@ -0,0 +1,51 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"single_instance_allowed": "Only a single configuration of Meross is allowed."
|
||||
},
|
||||
"error": {
|
||||
"invalid_credentials": "Invalid credentials.",
|
||||
"connection_error": "Unable to connect to Meross.",
|
||||
"invalid_http_endpoint": "Invalid Meross HTTTP api endpoint",
|
||||
"api_invalid_ssl_code": "Invalid SSL response received by the server. Are you sure the server is exposed in HTTPS? Try plain http and see if this happens again.",
|
||||
"unknown_error": "An unexpected error occurred",
|
||||
"api_connection_refused": "Cannot connect to HTTP(S) API server. Make sure the address is valid",
|
||||
"client_connection_error": "An error occurred while connecting to the HTTP API",
|
||||
"missing_credentials": "Please provide missing credentials",
|
||||
"mdns_lookup_failed": "The discovery was unable to automatically find MQTT/API addresses. Default values have been selected."
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"title": "Chose broker",
|
||||
"data": {}
|
||||
},
|
||||
"configure_manager": {
|
||||
"title": "Login to Meross Cloud",
|
||||
"data": {
|
||||
"username": "Email Address",
|
||||
"password": "Password",
|
||||
"http_api_endpoint": "HTTP API Endpoint",
|
||||
"override_mqtt_endpoint": "MQTT Address (host:port)",
|
||||
"skip_mqtt_cert_validation": "Skip MQTT certificate validation checks"
|
||||
}
|
||||
},
|
||||
"reauth_confirm": {
|
||||
"title": "Reauthentication required",
|
||||
"description": "The Meross integration needs to re-authenticate your account"
|
||||
}
|
||||
},
|
||||
"title": "Meross"
|
||||
},
|
||||
"options": {
|
||||
"error": {},
|
||||
"step": {
|
||||
"init": {
|
||||
"data": {
|
||||
"custom_user_agent": "Custom HTTP User Agent header for API polling",
|
||||
"lan_transport_mode": "Device communication options"
|
||||
},
|
||||
"title": "Meross Cloud Options"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user