From 704e782df63b6e4cafa0d133dcee6c7cd9938c7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Hjelseth=20H=C3=B8yer?= Date: Tue, 19 Nov 2024 15:38:56 +0100 Subject: [PATCH] Update sensor.py --- homeassistant/components/mill/sensor.py | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/homeassistant/components/mill/sensor.py b/homeassistant/components/mill/sensor.py index 2607708cafd..c4b975ab039 100644 --- a/homeassistant/components/mill/sensor.py +++ b/homeassistant/components/mill/sensor.py @@ -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, ...] = ( SensorEntityDescription( key="control_signal",