core/homeassistant/components/anthemav/translations/en.json

19 lines
489 B
JSON

{
"config": {
"abort": {
"already_configured": "Device is already configured"
},
"error": {
"cannot_connect": "Failed to connect",
"cannot_receive_deviceinfo": "Failed to retreive MAC Address. Make sure the device is turned on"
},
"step": {
"user": {
"data": {
"host": "Host",
"port": "Port"
}
}
}
}
}