diff --git a/homeassistant/components/atag/.translations/en.json b/homeassistant/components/atag/.translations/en.json deleted file mode 100644 index 094fde70dc9..00000000000 --- a/homeassistant/components/atag/.translations/en.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "title": "Atag", - "config": { - "step": { - "user": { - "title": "Connect to the device", - "data": { - "host": "Host", - "port": "Port (10000)" - } - } - }, - "error": { - "connection_error": "Failed to connect, please try again" - }, - "abort": { - "already_configured": "Only one Atag device can be added to Home Assistant" - } - } -}