Update sensor.py

This commit is contained in:
Daniel Hjelseth Høyer 2024-11-19 15:38:56 +01:00 committed by GitHub
parent 3a34f94649
commit 704e782df6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -107,16 +107,6 @@ SENSOR_TYPES: tuple[SensorEntityDescription, ...] = (
), ),
) )
SOCKET_SENSOR_TYPES: tuple[SensorEntityDescription, ...] = (
SensorEntityDescription(
key=HUMIDITY,
device_class=SensorDeviceClass.HUMIDITY,
native_unit_of_measurement=PERCENTAGE,
state_class=SensorStateClass.MEASUREMENT,
),
*HEATER_SENSOR_TYPES,
)
LOCAL_SENSOR_TYPES: tuple[SensorEntityDescription, ...] = ( LOCAL_SENSOR_TYPES: tuple[SensorEntityDescription, ...] = (
SensorEntityDescription( SensorEntityDescription(
key="control_signal", key="control_signal",