Use common strings for home connect config flow (#41153)

This commit is contained in:
Rob Bierbooms
2020-10-03 20:15:53 +02:00
committed by GitHub
parent f919646519
commit 8e9e44e93f

View File

@@ -6,11 +6,11 @@
}
},
"abort": {
"missing_configuration": "The Home Connect component is not configured. Please follow the documentation.",
"missing_configuration": "[%key:common::config_flow::abort::oauth2_missing_configuration%]",
"no_url_available": "[%key:common::config_flow::abort::oauth2_no_url_available%]"
},
"create_entry": {
"default": "Successfully authenticated with Home Connect."
"default": "[%key:common::config_flow::create_entry::authenticated%]"
}
}
}