Skip to content

Commit 405be7c

Browse files
committed
Remove diags for climate device temps and setpoints
1 parent 73fd667 commit 405be7c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

custom_components/plugwise/sensor.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ class PlugwiseSensorEntityDescription(SensorEntityDescription):
127127
translation_key=INTENDED_BOILER_TEMP,
128128
native_unit_of_measurement=UnitOfTemperature.CELSIUS,
129129
device_class=SensorDeviceClass.TEMPERATURE,
130-
entity_category=EntityCategory.DIAGNOSTIC,
131130
state_class=SensorStateClass.MEASUREMENT,
132131
),
133132
PlugwiseSensorEntityDescription(
@@ -159,7 +158,6 @@ class PlugwiseSensorEntityDescription(SensorEntityDescription):
159158
translation_key=WATER_TEMP,
160159
native_unit_of_measurement=UnitOfTemperature.CELSIUS,
161160
device_class=SensorDeviceClass.TEMPERATURE,
162-
entity_category=EntityCategory.DIAGNOSTIC,
163161
state_class=SensorStateClass.MEASUREMENT,
164162
),
165163
PlugwiseSensorEntityDescription(
@@ -413,7 +411,6 @@ class PlugwiseSensorEntityDescription(SensorEntityDescription):
413411
PlugwiseSensorEntityDescription(
414412
key=VALVE_POS,
415413
translation_key=VALVE_POS,
416-
entity_category=EntityCategory.DIAGNOSTIC,
417414
native_unit_of_measurement=PERCENTAGE,
418415
state_class=SensorStateClass.MEASUREMENT,
419416
),
@@ -436,15 +433,13 @@ class PlugwiseSensorEntityDescription(SensorEntityDescription):
436433
translation_key=DHW_TEMP,
437434
native_unit_of_measurement=UnitOfTemperature.CELSIUS,
438435
device_class=SensorDeviceClass.TEMPERATURE,
439-
entity_category=EntityCategory.DIAGNOSTIC,
440436
state_class=SensorStateClass.MEASUREMENT,
441437
),
442438
PlugwiseSensorEntityDescription(
443439
key=DHW_SETPOINT,
444440
translation_key=DHW_SETPOINT,
445441
native_unit_of_measurement=UnitOfTemperature.CELSIUS,
446442
device_class=SensorDeviceClass.TEMPERATURE,
447-
entity_category=EntityCategory.DIAGNOSTIC,
448443
state_class=SensorStateClass.MEASUREMENT,
449444
),
450445
)

0 commit comments

Comments
 (0)