mirror of
https://github.com/Andre0512/hon.git
synced 2026-06-17 20:55:46 +00:00
Remove 3 of 4 added earlier sensors as they don't show anything
This commit is contained in:
parent
2b82de679d
commit
19fa6a9bae
|
|
@ -522,30 +522,6 @@ SENSORS: dict[str, tuple[SensorEntityDescription, ...]] = {
|
|||
native_unit_of_measurement="Hz",
|
||||
entity_registry_enabled_default=False,
|
||||
),
|
||||
HonSensorEntityDescription(
|
||||
key="humidityIndoor",
|
||||
name="Humidity Indoor",
|
||||
icon="mdi:water-percent",
|
||||
device_class=SensorDeviceClass.HUMIDITY,
|
||||
native_unit_of_measurement="%",
|
||||
entity_registry_enabled_default=False,
|
||||
),
|
||||
HonSensorEntityDescription(
|
||||
key="power",
|
||||
name="Power",
|
||||
icon="mdi:lightning-bolt",
|
||||
device_class=SensorDeviceClass.POWER,
|
||||
native_unit_of_measurement="W",
|
||||
entity_registry_enabled_default=False,
|
||||
),
|
||||
HonSensorEntityDescription(
|
||||
key="compressorCurrent",
|
||||
name="Compressor Current",
|
||||
icon="mdi:current-ac",
|
||||
device_class=SensorDeviceClass.CURRENT,
|
||||
native_unit_of_measurement="A",
|
||||
entity_registry_enabled_default=False,
|
||||
),
|
||||
),
|
||||
"REF": (
|
||||
HonSensorEntityDescription(
|
||||
|
|
|
|||
Loading…
Reference in a new issue