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