Skip to content

Commit 384bbc3

Browse files
authored
Update plugin_growatt.py
removed HYBRID for some entites that I by mistake added before
1 parent bee07a1 commit 384bbc3

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

custom_components/solax_modbus/plugin_growatt.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2703,7 +2703,7 @@ def value_function_inverter_module(initval, descr, datadict):
27032703
unit = REGISTER_STR,
27042704
wordcount = 5,
27052705
entity_registry_enabled_default = False,
2706-
allowedtypes = GEN4 | HYBRID,
2706+
allowedtypes = GEN4,
27072707
entity_category = EntityCategory.DIAGNOSTIC,
27082708
icon = "mdi:information",
27092709
),
@@ -5603,7 +5603,7 @@ def value_function_inverter_module(initval, descr, datadict):
56035603
register = 3097,
56045604
register_type = REG_INPUT,
56055605
scale = 0.1,
5606-
allowedtypes = GEN4 | HYBRID,
5606+
allowedtypes = GEN4,
56075607
entity_category = EntityCategory.DIAGNOSTIC,
56085608
),
56095609
GrowattModbusSensorEntityDescription(
@@ -7188,7 +7188,7 @@ def value_function_inverter_module(initval, descr, datadict):
71887188
entity_registry_enabled_default = False,
71897189
icon = "mdi:battery",
71907190
),
7191-
GrowattModbusSensorEntityDescription(
7191+
GrowattModbusSensorEntityDescription(
71927192
name = "BMS 1 Module 6 Watt",
71937193
key = "bms_1_module_6_watt",
71947194
native_unit_of_measurement = UnitOfPower.WATT,
@@ -8162,7 +8162,7 @@ def value_function_inverter_module(initval, descr, datadict):
81628162
entity_registry_enabled_default = False,
81638163
icon = "mdi:battery",
81648164
),
8165-
GrowattModbusSensorEntityDescription(
8165+
GrowattModbusSensorEntityDescription(
81668166
name = "BMS 1 Awake Modules",
81678167
key = "bms_1_awake_modules",
81688168
register = 4078,

0 commit comments

Comments
 (0)