mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 15:17:35 +00:00
Update sensor.py
This commit is contained in:
parent
3a34f94649
commit
704e782df6
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user