2019-08-20 16:19:00 +00:00
{
"config" : {
"step" : {
"user" : {
"title" : "Set up Traccar" ,
"description" : "Are you sure you want to set up Traccar?"
}
} ,
"abort" : {
2022-01-26 18:57:45 +00:00
"cloud_not_connected" : "[%key:common::config_flow::abort::cloud_not_connected%]" ,
2020-10-01 18:44:13 +00:00
"single_instance_allowed" : "[%key:common::config_flow::abort::single_instance_allowed%]" ,
2020-11-08 07:55:18 +00:00
"webhook_not_internet_accessible" : "[%key:common::config_flow::abort::webhook_not_internet_accessible%]"
2019-08-20 16:19:00 +00:00
} ,
"create_entry" : {
2021-02-04 00:43:07 +00:00
"default" : "To send events to Home Assistant, you will need to setup the webhook feature in Traccar.\n\nUse the following URL: `{webhook_url}`\n\nSee [the documentation]({docs_url}) for further details."
2019-08-20 16:19:00 +00:00
}
}
}