Skip to content

Commit

Permalink
Fix oauth dialog translation + bump lib version
Browse files Browse the repository at this point in the history
  • Loading branch information
ekutner committed May 16, 2022
1 parent 3071fac commit a9b9d6a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.venv
__pycache__
*.egg-info
*_cache

*.code-workspace

Expand Down
4 changes: 2 additions & 2 deletions custom_components/home_connect_alt/manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"domain": "home_connect_alt",
"name": "Home Connect Alt",
"version": "0.4.4",
"version": "0.4.5",
"config_flow": true,
"documentation": "https://github.com/ekutner/home-connect-hass",
"issue_tracker": "https://github.com/ekutner/home-connect-hass/issues",
"requirements": ["home-connect-async==0.6.3"],
"requirements": ["home-connect-async==0.6.4"],
"ssdp": [],
"zeroconf": [],
"homekit": {},
Expand Down
4 changes: 2 additions & 2 deletions custom_components/home_connect_alt/translations/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"already_configured": "[%key:common::config_flow::abort::already_configured_account%]",
"already_in_progress": "[%key:common::config_flow::abort::already_in_progress%]",
"oauth_error": "[%key:common::config_flow::abort::oauth2_error%]",
"missing_configuration": "[%key:common::config_flow::abort::oauth2_missing_configuration%]",
"missing_configuration": "Die Komponente ist nicht konfiguriert. Bitte der Dokumentation folgen.",
"authorize_url_timeout": "[%key:common::config_flow::abort::oauth2_authorize_url_timeout%]",
"no_url_available": "[%key:common::config_flow::abort::oauth2_no_url_available%]"
},
"create_entry": {
"default": "[%key:common::config_flow::create_entry::authenticated%]"
"default": "Erfolgreich authentifiziert"
}
},
"device_automation": {
Expand Down
4 changes: 2 additions & 2 deletions custom_components/home_connect_alt/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"already_configured": "[%key:common::config_flow::abort::already_configured_account%]",
"already_in_progress": "[%key:common::config_flow::abort::already_in_progress%]",
"oauth_error": "[%key:common::config_flow::abort::oauth2_error%]",
"missing_configuration": "[%key:common::config_flow::abort::oauth2_missing_configuration%]",
"missing_configuration": "The component is not configured. Please follow the documentation.",
"authorize_url_timeout": "[%key:common::config_flow::abort::oauth2_authorize_url_timeout%]",
"no_url_available": "[%key:common::config_flow::abort::oauth2_no_url_available%]"
},
"create_entry": {
"default": "[%key:common::config_flow::create_entry::authenticated%]"
"default": "Successfully authenticated"
}
},
"device_automation": {
Expand Down

0 comments on commit a9b9d6a

Please sign in to comment.