Skip to content

Commit

Permalink
0.5.11
Browse files Browse the repository at this point in the history
  • Loading branch information
wills106 authored Jul 26, 2022
1 parent 0edbdb0 commit 3a7d291
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion custom_components/solax_modbus/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -849,6 +849,7 @@ class SolaXModbusSensorEntityDescription(SensorEntityDescription):
native_unit_of_measurement=ENERGY_KILO_WATT_HOUR,
entity_registry_enabled_default=False,
allowedtypes= GEN3,
blacklist=('XRE',)
),
SolaXModbusSensorEntityDescription(
name="Battery Minimum Capacity",
Expand Down Expand Up @@ -1160,6 +1161,7 @@ class SolaXModbusSensorEntityDescription(SensorEntityDescription):
key="inverter_model_number",
entity_registry_enabled_default=False,
allowedtypes= GEN3,
blacklist=('XRE',)
),
SolaXModbusSensorEntityDescription(
name="Inverter Power",
Expand Down Expand Up @@ -1862,4 +1864,3 @@ class SolaXModbusSensorEntityDescription(SensorEntityDescription):
),

]

0 comments on commit 3a7d291

Please sign in to comment.