Skip to content

Commit

Permalink
Update to goodwe 0.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mletenay committed Jun 10, 2024
1 parent bf8da74 commit a051aea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions custom_components/goodwe/diagnostics.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ async def async_get_config_entry_diagnostics(
"wifi_or_lan": await _read_register(inverter, 47009),
"modbus_tcp_wo_internet": await _read_register(inverter, 47017),
"wifi_modbus_tcp_enable": await _read_register(inverter, 47040),
"api_remote_timeout_enable": await _read_register(inverter, 47117),
"api_remote_timeout": await _read_register(inverter, 47118),
},
}

Expand Down
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.6"],
"version": "0.9.9.26"
"requirements": ["goodwe==0.4.7"],
"version": "0.9.9.27"
}

0 comments on commit a051aea

Please # to comment.