Skip to content

Commit 9f940f7

Browse files
authored
Merge pull request BenPru#389 from BenPru/issue-342-fix
Fix for Issue BenPru#342
2 parents 1f216b5 + f97d118 commit 9f940f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

custom_components/luxtronik/sensor_entities_predefined.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -633,6 +633,7 @@
633633
device_key=DeviceKey.heating,
634634
entity_category=None,
635635
icon="mdi:waves-arrow-right",
636+
state_class=SensorStateClass.MEASUREMENT,
636637
device_class=SensorDeviceClass.TEMPERATURE,
637638
native_unit_of_measurement=UnitOfTemperature.CELSIUS,
638639
visibility=LV.V0024_FLOW_OUT_TEMPERATURE_EXTERNAL,

0 commit comments

Comments
 (0)