From 193d9f9279c5dd3f19b1f31a1b460c53a3731afc Mon Sep 17 00:00:00 2001 From: mletenay Date: Tue, 21 May 2024 22:49:34 +0200 Subject: [PATCH] Update to goodwe v0.4.5 --- custom_components/goodwe/manifest.json | 4 ++-- custom_components/goodwe/strings.json | 2 +- custom_components/goodwe/translations/cs.json | 3 ++- custom_components/goodwe/translations/en.json | 2 +- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/custom_components/goodwe/manifest.json b/custom_components/goodwe/manifest.json index 23ac6ee..58372be 100644 --- a/custom_components/goodwe/manifest.json +++ b/custom_components/goodwe/manifest.json @@ -11,6 +11,6 @@ "iot_class": "local_polling", "issue_tracker": "https://github.com/mletenay/home-assistant-goodwe-inverter/issues", "loggers": ["goodwe"], - "requirements": ["goodwe==0.4.4"], - "version": "0.9.9.24" + "requirements": ["goodwe==0.4.5"], + "version": "0.9.9.25" } diff --git a/custom_components/goodwe/strings.json b/custom_components/goodwe/strings.json index 95e60df..94f639d 100644 --- a/custom_components/goodwe/strings.json +++ b/custom_components/goodwe/strings.json @@ -68,7 +68,7 @@ "host": "[%key:common::config_flow::data::ip%]", "protocol": "Protocol", "keep_alive": "TCP Keep alive", - "model_family": "Inverter Family (optional)", + "model_family": "Protocol Family [ET|DT|ES] (optional)", "scan_interval": "Scan interval (s)", "network_retries": "Network retry attempts", "network_timeout": "Network request timeout (s)" diff --git a/custom_components/goodwe/translations/cs.json b/custom_components/goodwe/translations/cs.json index 87f1400..151fe84 100644 --- a/custom_components/goodwe/translations/cs.json +++ b/custom_components/goodwe/translations/cs.json @@ -80,7 +80,8 @@ "data": { "host": "IP adresa", "protocol": "Protokol", - "model_family": "Typ střídače", + "keep_alive": "TCP Keep alive", + "model_family": "Typ protokolu [ET|DT|ES]", "scan_interval": "Interval skenování (s)", "network_retries": "Počet opakování síťového požadavku", "network_timeout": "Časový limit síťového požadavku (s)" diff --git a/custom_components/goodwe/translations/en.json b/custom_components/goodwe/translations/en.json index 5298ae9..d4345da 100644 --- a/custom_components/goodwe/translations/en.json +++ b/custom_components/goodwe/translations/en.json @@ -80,7 +80,7 @@ "host": "Hostname / IP Address", "protocol": "Protocol", "keep_alive": "TCP Keep alive", - "model_family": "Inverter Family", + "model_family": "Protocol Family [ET|DT|ES]", "scan_interval": "Scan interval (s)", "network_retries": "Network retry attempts", "network_timeout": "Network request timeout (s)"