Skip to content

Commit

Permalink
Update to goodwe v0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mletenay committed May 21, 2024
1 parent cb02d78 commit 193d9f9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions custom_components/goodwe/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
2 changes: 1 addition & 1 deletion custom_components/goodwe/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down
3 changes: 2 additions & 1 deletion custom_components/goodwe/translations/cs.json
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down
2 changes: 1 addition & 1 deletion custom_components/goodwe/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down

0 comments on commit 193d9f9

Please sign in to comment.