2019-06-18 03:23:59 +00:00
{
"config" : {
"step" : {
"user" : {
2021-02-01 17:12:56 +00:00
"title" : "Set up the Plaato devices" ,
"description" : "[%key:common::config_flow::description::confirm_setup%]" ,
"data" : {
"device_name" : "Name your device" ,
"device_type" : "Type of Plaato device"
}
} ,
"api_method" : {
"title" : "Select API method" ,
"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" ,
"data" : {
"use_webhook" : "Use webhook" ,
"token" : "Paste Auth Token here"
}
} ,
"webhook" : {
"title" : "Webhook to use" ,
2022-12-12 10:40:00 +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."
2019-06-18 03:23:59 +00:00
}
} ,
2021-02-01 17:12:56 +00:00
"error" : {
2021-03-02 00:34:39 +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_auth_token" : "You need to add an auth token" ,
"no_api_method" : "You need to add an auth token or select webhook"
} ,
2019-06-18 03:23:59 +00:00
"abort" : {
2022-01-26 19:07:26 +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%]" ,
2021-02-01 17:12:56 +00:00
"webhook_not_internet_accessible" : "[%key:common::config_flow::abort::webhook_not_internet_accessible%]" ,
"already_configured" : "[%key:common::config_flow::abort::already_configured_account%]"
2019-06-18 03:23:59 +00:00
} ,
"create_entry" : {
2022-12-12 10:40:00 +00:00
"default" : "Your Plaato {device_type} with name **{device_name}** was successfully set up!"
2021-02-01 17:12:56 +00:00
}
} ,
"options" : {
"step" : {
"webhook" : {
"title" : "Options for Plaato Airlock" ,
"description" : "Webhook info:\n\n- URL: `{webhook_url}`\n- Method: POST\n\n"
} ,
"user" : {
"title" : "Options for Plaato" ,
"description" : "Set the update interval (minutes)" ,
"data" : {
"update_interval" : "Update interval (minutes)"
}
}
2019-06-18 03:23:59 +00:00
}
}
2020-04-05 15:27:16 +00:00
}