diff --git a/.gitignore b/.gitignore index e25778c..9cfee3d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ .venv __pycache__ *.egg-info +*_cache *.code-workspace diff --git a/custom_components/home_connect_alt/manifest.json b/custom_components/home_connect_alt/manifest.json index a3e5048..7b8d5f6 100644 --- a/custom_components/home_connect_alt/manifest.json +++ b/custom_components/home_connect_alt/manifest.json @@ -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": {}, diff --git a/custom_components/home_connect_alt/translations/de.json b/custom_components/home_connect_alt/translations/de.json index 947fa21..ae40da6 100644 --- a/custom_components/home_connect_alt/translations/de.json +++ b/custom_components/home_connect_alt/translations/de.json @@ -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": { diff --git a/custom_components/home_connect_alt/translations/en.json b/custom_components/home_connect_alt/translations/en.json index 4458911..0cac20b 100644 --- a/custom_components/home_connect_alt/translations/en.json +++ b/custom_components/home_connect_alt/translations/en.json @@ -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": {