From a8ce4d3c668bf404c3f1a20ffecc0fcf0b0878fe Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 24 May 2023 11:42:49 +0200 Subject: [PATCH] Remove legacy translations from electrasmart (#93446) --- .../electrasmart/translations/en.json | 25 ------------------- 1 file changed, 25 deletions(-) delete mode 100644 homeassistant/components/electrasmart/translations/en.json diff --git a/homeassistant/components/electrasmart/translations/en.json b/homeassistant/components/electrasmart/translations/en.json deleted file mode 100644 index c6afd624540..00000000000 --- a/homeassistant/components/electrasmart/translations/en.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "config": { - "abort": { - "already_configured": "Phone number already configured" - }, - "error": { - "cannot_connect": "Failed to connect to Electra API", - "invalid_auth": "Wrong one time password key", - "invalid_phone_number": "Either wrong phone number or unregistered user", - "unknown": "Unexpected error" - }, - "step": { - "user": { - "data": { - "phone_number": "Phone Number (eg. 0501234567)" - } - }, - "one_time_password": { - "data": { - "one_time_password": "One Time Password (OTP)" - } - } - } - } -} \ No newline at end of file