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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,11 +6,11 @@
} }
}, },
"abort": { "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%]" "no_url_available": "[%key:common::config_flow::abort::oauth2_no_url_available%]"
}, },
"create_entry": { "create_entry": {
"default": "Successfully authenticated with Home Connect." "default": "[%key:common::config_flow::create_entry::authenticated%]"
} }
} }
} }