core/homeassistant/components/home_connect/strings.json

17 lines
444 B
JSON

{
"config": {
"step": {
"pick_implementation": {
"title": "Pick Authentication Method"
}
},
"abort": {
"missing_configuration": "The Home Connect component is not configured. Please follow the documentation.",
"no_url_available": "[%key:common::config_flow::abort::oauth2_no_url_available%]"
},
"create_entry": {
"default": "Successfully authenticated with Home Connect."
}
}
}