From 1a787bba3febe8c98b21f93b2b0767e30184030e Mon Sep 17 00:00:00 2001 From: epenet <6771947+epenet@users.noreply.github.com> Date: Tue, 18 Apr 2023 19:29:37 +0200 Subject: [PATCH] Remove webhook translation file (#91616) --- homeassistant/components/webhook/translations/en.json | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 homeassistant/components/webhook/translations/en.json diff --git a/homeassistant/components/webhook/translations/en.json b/homeassistant/components/webhook/translations/en.json deleted file mode 100644 index 2ef7bc86c0b..00000000000 --- a/homeassistant/components/webhook/translations/en.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "issues": { - "trigger_missing_local_only": { - "description": "A choice needs to be made about whether the {webhook_id} webhook automation trigger is accessible from the internet. [Edit the automation]({edit}) \"{automation_name}\", (`{entity_id}`) and click the gear icon beside the Webhook ID to choose a value for 'Only accessible from the local network'", - "title": "Update webhook trigger: {webhook_id}" - } - } -} \ No newline at end of file