Skip to content
Snippets Groups Projects
Unverified Commit 20f8bcc9 authored by springstan's avatar springstan Committed by GitHub
Browse files

Use common strings in mqtt config flow (#40956)

parent bd1de3cd
No related branches found
No related tags found
No related merge requests found
...@@ -20,10 +20,10 @@ ...@@ -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 @@ ...@@ -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."
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment