Skip to content

Commit

Permalink
Merge pull request #572 from FozzieUK/patch-3
Browse files Browse the repository at this point in the history
Update entity_descriptions.py
  • Loading branch information
canton7 authored Mar 19, 2024
2 parents 7dd94e2 + 5b4a060 commit f5878d7
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -379,8 +379,7 @@ def _h1_current_voltage_power_entities() -> Iterable[EntityFactory]:
yield ModbusSensorDescription(
key="load_power",
addresses=[
ModbusAddressesSpec(input=[11007], models=Inv.H1_G1),
ModbusAddressesSpec(input=[11023], models=Inv.KH_PRE119),
ModbusAddressesSpec(input=[11023], models=Inv.H1_G1 | Inv.KH_PRE119),
ModbusAddressesSpec(holding=[31016], models=Inv.H1_G1 | Inv.H1_LAN),
ModbusAddressesSpec(holding=[31054, 31053], models=Inv.KH_119),
],
Expand Down

0 comments on commit f5878d7

Please sign in to comment.