2019-06-18 03:23:59 +00:00
{
"config" : {
"abort" : {
2021-02-01 17:12:56 +00:00
"already_configured" : "Account is already configured" ,
2022-01-27 00:14:02 +00:00
"cloud_not_connected" : "Not connected to Home Assistant Cloud." ,
2020-11-09 00:03:23 +00:00
"single_instance_allowed" : "Already configured. Only a single configuration possible." ,
"webhook_not_internet_accessible" : "Your Home Assistant instance needs to be accessible from the internet to receive webhook messages."
2019-06-18 03:23:59 +00:00
} ,
"create_entry" : {
2022-12-13 00:27:47 +00:00
"default" : "Your Plaato {device_type} with name **{device_name}** was successfully set up!"
2021-02-01 17:12:56 +00:00
} ,
"error" : {
2021-03-16 00:04:36 +00:00
"invalid_webhook_device" : "You have selected a device that does not support sending data to a webhook. It is only available for the Airlock" ,
2021-02-01 17:12:56 +00:00
"no_api_method" : "You need to add an auth token or select webhook" ,
"no_auth_token" : "You need to add an auth token"
2019-06-18 03:23:59 +00:00
} ,
"step" : {
2021-02-01 17:12:56 +00:00
"api_method" : {
"data" : {
"token" : "Paste Auth Token here" ,
"use_webhook" : "Use webhook"
} ,
"description" : "To be able to query the API an `auth_token` is required which can be obtained by following [these](https://plaato.zendesk.com/hc/en-us/articles/360003234717-Auth-token) instructions\n\n Selected device: **{device_type}** \n\nIf you rather use the built in webhook method (Airlock only) please check the box below and leave Auth Token blank" ,
"title" : "Select API method"
} ,
2019-06-18 03:23:59 +00:00
"user" : {
2021-02-01 17:12:56 +00:00
"data" : {
"device_name" : "Name your device" ,
"device_type" : "Type of Plaato device"
} ,
2022-12-13 00:27:47 +00:00
"description" : "Do you want to start setup?" ,
2021-02-01 17:12:56 +00:00
"title" : "Set up the Plaato devices"
} ,
"webhook" : {
2022-12-13 00:27:47 +00:00
"description" : "To send events to Home Assistant, you will need to set up the webhook feature in Plaato Airlock.\n\nFill in the following info:\n\n- URL: `{webhook_url}`\n- Method: POST\n\nSee [the documentation]({docs_url}) for further details." ,
2021-02-01 17:12:56 +00:00
"title" : "Webhook to use"
}
}
} ,
"options" : {
"step" : {
"user" : {
"data" : {
"update_interval" : "Update interval (minutes)"
} ,
"description" : "Set the update interval (minutes)" ,
"title" : "Options for Plaato"
} ,
"webhook" : {
"description" : "Webhook info:\n\n- URL: `{webhook_url}`\n- Method: POST\n\n" ,
"title" : "Options for Plaato Airlock"
2019-06-18 03:23:59 +00:00
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2019-06-18 03:23:59 +00:00
}