Skip to content

Commit 287642e

Browse files
authored
Update plugin_growatt.py with VPP registers
1 parent 93fe3ac commit 287642e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

custom_components/solax_modbus/plugin_growatt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1283,7 +1283,7 @@ def value_function_inverter_module(initval, descr, datadict):
12831283
option_dict = {
12841284
0: "Disabled",
12851285
1: "Enabled", },
1286-
allowedtypes = GEN3 | GEN4,
1286+
allowedtypes = GEN3,
12871287
entity_category = EntityCategory.CONFIG,
12881288
entity_registry_enabled_default = True,
12891289
icon = "mdi:dip-switch",

0 commit comments

Comments
 (0)