Skip to content

Commit

Permalink
Merge branch 'BenPru:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
svasek authored Jan 4, 2024
2 parents e0368eb + ab3888a commit c7d2df4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions custom_components/luxtronik/sensor_entities_predefined.py
Original file line number Diff line number Diff line change
Expand Up @@ -451,6 +451,7 @@
device_key=DeviceKey.heating,
entity_category=None,
icon="mdi:waves-arrow-right",
state_class=SensorStateClass.MEASUREMENT,
device_class=SensorDeviceClass.TEMPERATURE,
native_unit_of_measurement=UnitOfTemperature.CELSIUS,
extra_attributes=[
Expand All @@ -467,6 +468,7 @@
device_key=DeviceKey.heating,
entity_category=None,
icon="mdi:waves-arrow-left",
state_class=SensorStateClass.MEASUREMENT,
device_class=SensorDeviceClass.TEMPERATURE,
native_unit_of_measurement=UnitOfTemperature.CELSIUS,
),
Expand All @@ -476,6 +478,7 @@
device_key=DeviceKey.heating,
entity_category=None,
icon="mdi:thermometer",
state_class=SensorStateClass.MEASUREMENT,
device_class=SensorDeviceClass.TEMPERATURE,
native_unit_of_measurement=UnitOfTemperature.CELSIUS,
extra_attributes=[
Expand Down

0 comments on commit c7d2df4

Please sign in to comment.