Remove old style translations from Atag (#34585)

This commit is contained in:
Franck Nijhof 2020-04-23 21:53:22 +02:00 committed by GitHub
parent f922128a14
commit 0b64f49e3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
}
}
}