mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 20:27:08 +00:00
Fix : Velbus translation error (#25575)
This commit is contained in:
parent
5aa35b52cc
commit
f8bb0e1229
@ -1,21 +1,21 @@
|
||||
{
|
||||
"config": {
|
||||
"title": "Velbus",
|
||||
"step": {
|
||||
"user": {
|
||||
"title": "Define the velbus connection",
|
||||
"data": {
|
||||
"name": "The name for this velbus connection",
|
||||
"port": "Connection string"
|
||||
}
|
||||
}
|
||||
"abort": {
|
||||
"port_exists": "This port is already configured"
|
||||
},
|
||||
"error": {
|
||||
"port_exists": "This port is already configured",
|
||||
"connection_failed": "The velbus connection failed"
|
||||
"connection_failed": "The velbus connection failed",
|
||||
"port_exists": "This port is already configured"
|
||||
},
|
||||
"abort": {
|
||||
"port_exists": "This port is already configured"
|
||||
}
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"name": "The name for this velbus connection",
|
||||
"port": "Connection string"
|
||||
},
|
||||
"title": "Define the velbus connection type"
|
||||
}
|
||||
},
|
||||
"title": "Velbus interface"
|
||||
}
|
||||
}
|
||||
}
|
@ -5,8 +5,8 @@
|
||||
"user": {
|
||||
"title": "Define the velbus connection type",
|
||||
"data": {
|
||||
"name": "The name for this velbus connection",
|
||||
"port": "Connection string"
|
||||
"name": "The name for this velbus connection",
|
||||
"port": "Connection string"
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -17,4 +17,5 @@
|
||||
"abort": {
|
||||
"port_exists": "This port is already configured"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user