core/homeassistant/components/home_connect/strings.json

17 lines
477 B
JSON
Raw Normal View History

2020-05-05 09:26:14 +00:00
{
"config": {
"step": {
"pick_implementation": {
"title": "[%key:common::config_flow::title::oauth2_pick_implementation%]"
2020-05-05 09:26:14 +00:00
}
},
"abort": {
"missing_configuration": "[%key:common::config_flow::abort::oauth2_missing_configuration%]",
"no_url_available": "[%key:common::config_flow::abort::oauth2_no_url_available%]"
2020-05-05 09:26:14 +00:00
},
"create_entry": {
"default": "[%key:common::config_flow::create_entry::authenticated%]"
2020-05-05 09:26:14 +00:00
}
}
}