2023-07-11 21:04:27 +00:00
{
2023-09-26 16:05:23 +00:00
"config" : {
"step" : {
"user" : {
"data" : {
"api_key" : "[%key:common::config_flow::data::api_key%]"
}
}
} ,
"error" : {
"cannot_connect" : "[%key:common::config_flow::error::cannot_connect%]"
} ,
"abort" : {
"already_configured" : "[%key:common::config_flow::abort::already_configured_device%]"
}
} ,
2023-07-11 21:04:27 +00:00
"services" : {
"add_tracking" : {
"name" : "Add tracking" ,
"description" : "Adds a new tracking number to Aftership." ,
"fields" : {
"tracking_number" : {
"name" : "Tracking number" ,
"description" : "Tracking number for the new tracking."
} ,
"title" : {
"name" : "Title" ,
"description" : "A custom title for the new tracking."
} ,
"slug" : {
"name" : "Slug" ,
"description" : "Slug (carrier) of the new tracking."
}
}
} ,
"remove_tracking" : {
"name" : "Remove tracking" ,
"description" : "Removes a tracking number from Aftership." ,
"fields" : {
"tracking_number" : {
2023-07-13 15:52:50 +00:00
"name" : "[%key:component::aftership::services::add_tracking::fields::tracking_number::name%]" ,
2023-07-11 21:04:27 +00:00
"description" : "Tracking number of the tracking to remove."
} ,
"slug" : {
2023-07-13 15:52:50 +00:00
"name" : "[%key:component::aftership::services::add_tracking::fields::slug::name%]" ,
2023-07-11 21:04:27 +00:00
"description" : "Slug (carrier) of the tracking to remove."
}
}
}
2023-09-26 16:05:23 +00:00
} ,
"issues" : {
"deprecated_yaml_import_issue_cannot_connect" : {
"title" : "The {integration_title} YAML configuration import failed" ,
"description" : "Configuring {integration_title} using YAML is being removed but there was an connection error importing your YAML configuration.\n\nEnsure connection to {integration_title} works and restart Home Assistant to try again or remove the {integration_title} YAML configuration from your configuration.yaml file and continue to [set up the integration]({url}) manually."
}
2023-07-11 21:04:27 +00:00
}
}