Files
hassos_config/custom_components/truenas/strings.json
2022-12-20 21:26:47 +01:00

23 lines
704 B
JSON

{
"config": {
"step": {
"user": {
"description": "Set up TrueNAS integration.",
"data": {
"name": "Name of the integration",
"host": "Host",
"api_key": "API key",
"ssl": "Use SSL",
"verify_ssl": "Verify SSL certificate"
}
}
},
"error": {
"name_exists": "Name already exists.",
"no_response": "No response from host.",
"401": "No authorization for this endpoint.",
"404": "API not found on this host.",
"500": "Internal error."
}
}
}