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

16 lines
320 B
JSON
Raw Normal View History

{
"config": {
"error": {
"cannot_connect": "Failed to connect"
},
"step": {
"user": {
"data": {
"host": "Host",
"name": "Name",
"port": "Port"
}
}
}
2020-11-11 12:25:22 +00:00
}
}