Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/pip-gte-21.0-and-lt-24.2
Browse files Browse the repository at this point in the history
  • Loading branch information
golles authored Jun 25, 2024
2 parents 6d11b6d + 6d253c0 commit 1ce63fc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions custom_components/kamstrup_403/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,14 @@
device_class=SensorDeviceClass.ENERGY,
state_class=SensorStateClass.TOTAL_INCREASING,
),
SensorEntityDescription(
key="63", # 0x003F
name="Cooling Energy (E3)",
icon="mdi:snowflake",
device_class=SensorDeviceClass.ENERGY,
state_class=SensorStateClass.TOTAL_INCREASING,
entity_registry_enabled_default=False,
),
SensorEntityDescription(
key="80", # 0x0050
name="Power",
Expand Down

0 comments on commit 1ce63fc

Please sign in to comment.