mirror of
https://github.com/home-assistant/core.git
synced 2026-08-28 10:16:02 -05:00
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Co-authored-by: Erwin Douna <e.douna@gmail.com>
38 lines
1.3 KiB
JSON
38 lines
1.3 KiB
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_service%]",
|
|
"reconfigure_successful": "[%key:common::config_flow::abort::reconfigure_successful%]"
|
|
},
|
|
"error": {
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
"unknown": "[%key:common::config_flow::error::unknown%]"
|
|
},
|
|
"step": {
|
|
"reconfigure": {
|
|
"data": {
|
|
"url": "[%key:common::config_flow::data::url%]"
|
|
},
|
|
"data_description": {
|
|
"url": "[%key:component::gatus::config::step::user::data_description::url%]"
|
|
},
|
|
"description": "[%key:component::gatus::config::step::user::description%]"
|
|
},
|
|
"user": {
|
|
"data": {
|
|
"url": "[%key:common::config_flow::data::url%]"
|
|
},
|
|
"data_description": {
|
|
"url": "The full base URL of your Gatus status page instance including protocol and port."
|
|
},
|
|
"description": "Enter the network details for your Gatus status page instance. Make sure to include the protocol (e.g., `http://` or `https://`) and the port number if you are not using a standard port."
|
|
}
|
|
}
|
|
},
|
|
"exceptions": {
|
|
"update_failed": {
|
|
"message": "Error communicating with Gatus API"
|
|
}
|
|
}
|
|
}
|