Use common strings in mqtt config flow (#40956)
This commit is contained in:
parent
bd1de3cd7c
commit
20f8bcc908
1 changed files with 3 additions and 3 deletions
|
@ -20,10 +20,10 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"abort": {
|
"abort": {
|
||||||
"single_instance_allowed": "Only a single configuration of MQTT is allowed."
|
"single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]"
|
||||||
},
|
},
|
||||||
"error": {
|
"error": {
|
||||||
"cannot_connect": "Unable to connect to the broker."
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"device_automation": {
|
"device_automation": {
|
||||||
|
@ -77,7 +77,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"error": {
|
"error": {
|
||||||
"cannot_connect": "Unable to connect to the broker.",
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
||||||
"bad_birth": "Invalid birth topic.",
|
"bad_birth": "Invalid birth topic.",
|
||||||
"bad_will": "Invalid will topic."
|
"bad_will": "Invalid will topic."
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue