Files
2025-10-10 09:41:45 +02:00

22 lines
617 B
JSON

{
"config": {
"step": {
"user": {
"description": "Enter the Prowl API key and its name.",
"data": {
"api_key": "[%key:common::config_flow::data::api_key%]",
"name": "[%key:common::config_flow::data::name%]"
}
}
},
"error": {
"invalid_api_key": "[%key:common::config_flow::error::invalid_api_key%]",
"api_timeout": "[%key:common::config_flow::error::timeout_connect%]",
"bad_api_response": "[%key:common::config_flow::error::unknown%]"
},
"abort": {
"already_configured": "API key is already configured"
}
}
}