Skip to content

Commit a916d9f

Browse files
authored
Update plugin_growatt.py
1 parent 963a18f commit a916d9f

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

custom_components/solax_modbus/plugin_growatt.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -811,7 +811,6 @@ def value_function_inverter_module(initval: int, descr: Any, datadict: dict[str,
811811
native_step=5,
812812
native_unit_of_measurement=UnitOfTime.MINUTES,
813813
allowedtypes=GEN3 | GEN4 | HYBRID,
814-
ignore_readerror=True,
815814
entity_category=EntityCategory.CONFIG,
816815
entity_registry_enabled_default=True,
817816
icon="mdi:battery-clock",
@@ -826,7 +825,6 @@ def value_function_inverter_module(initval: int, descr: Any, datadict: dict[str,
826825
native_step=5,
827826
native_unit_of_measurement=PERCENTAGE,
828827
allowedtypes=GEN3 | GEN4 | HYBRID,
829-
ignore_readerror=True,
830828
entity_category=EntityCategory.CONFIG,
831829
entity_registry_enabled_default=True,
832830
icon="mdi:battery-sync",
@@ -1121,7 +1119,6 @@ def value_function_inverter_module(initval: int, descr: Any, datadict: dict[str,
11211119
1: "Enabled",
11221120
},
11231121
allowedtypes=GEN3 | GEN4 | HYBRID,
1124-
ignore_readerror=True,
11251122
entity_category=EntityCategory.CONFIG,
11261123
entity_registry_enabled_default=True,
11271124
icon="mdi:dip-switch",
@@ -1135,7 +1132,6 @@ def value_function_inverter_module(initval: int, descr: Any, datadict: dict[str,
11351132
1: "Enabled",
11361133
},
11371134
allowedtypes=GEN3 | GEN4 | HYBRID,
1138-
ignore_readerror=True,
11391135
entity_category=EntityCategory.CONFIG,
11401136
entity_registry_enabled_default=True,
11411137
icon="mdi:dip-switch",
@@ -1150,7 +1146,6 @@ def value_function_inverter_module(initval: int, descr: Any, datadict: dict[str,
11501146
1: "Enabled",
11511147
},
11521148
allowedtypes=GEN3 | GEN4 | HYBRID,
1153-
ignore_readerror=True,
11541149
entity_category=EntityCategory.CONFIG,
11551150
entity_registry_enabled_default=True,
11561151
icon="mdi:dip-switch",

0 commit comments

Comments
 (0)