Skip to content

Commit

Permalink
Merge pull request #314 from phagemann/main
Browse files Browse the repository at this point in the history
FIX FW 3.89 - Calculation 268 unknown
  • Loading branch information
BenPru authored Jan 22, 2025
2 parents c0cfbe4 + 5743c44 commit c335b92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions custom_components/luxtronik/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ class FirmwareVersionMinor(Enum):

minor_80: Final = 80
minor_88: Final = 88
minor_90: Final = 90


LUXTRONIK_HA_SIGNAL_UPDATE_ENTITY = "luxtronik_entry_update"
Expand Down
2 changes: 1 addition & 1 deletion custom_components/luxtronik/sensor_entities_predefined.py
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@
native_unit_of_measurement=UnitOfPower.WATT,
entity_registry_enabled_default=False,
native_precision=0,
min_firmware_version_minor=FirmwareVersionMinor.minor_88,
min_firmware_version_minor=FirmwareVersionMinor.minor_90,
),
# endregion Main heatpump
# region Heating
Expand Down

0 comments on commit c335b92

Please sign in to comment.