core/homeassistant/components/velbus/strings.json

22 lines
489 B
JSON

{
"config": {
"title": "Velbus interface",
"step": {
"user": {
"title": "Define the velbus connection type",
"data": {
"name": "The name for this velbus connection",
"port": "Connection string"
}
}
},
"error": {
"port_exists": "This port is already configured",
"connection_failed": "The velbus connection failed"
},
"abort": {
"port_exists": "This port is already configured"
}
}
}