diff --git a/homeassistant/components/soma/strings.json b/homeassistant/components/soma/strings.json index a31b404dad7..7181698db40 100644 --- a/homeassistant/components/soma/strings.json +++ b/homeassistant/components/soma/strings.json @@ -1,14 +1,14 @@ { "config": { "abort": { - "already_setup": "You can only configure one Soma account.", - "authorize_url_timeout": "Timeout generating authorize URL.", + "already_setup": "[%key:common::config_flow::abort::single_instance_allowed%]", + "authorize_url_timeout": "[%key:common::config_flow::abort::oauth2_authorize_url_timeout%]", "missing_configuration": "The Soma component is not configured. Please follow the documentation.", "result_error": "SOMA Connect responded with error status.", - "connection_error": "Failed to connect to SOMA Connect." + "connection_error": "[%key:common::config_flow::error::cannot_connect%]" }, "create_entry": { - "default": "Successfully authenticated with Soma." + "default": "[%key:common::config_flow::create_entry::authenticated%]" }, "step": { "user": {