1
0
mirror of https://github.com/home-assistant/core.git synced 2026-03-04 00:30:26 +00:00
Files
core/homeassistant/components/velbus/strings.json
2019-07-30 14:26:06 -07:00

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