Move input current from diagnostic to regular sensor in NUT (#124183)

Move input current from Diagnostic

Co-authored-by: Shay Levy <levyshay1@gmail.com>
This commit is contained in:
tdfountain
2024-09-18 13:16:35 +02:00
committed by GitHub
co-authored by Shay Levy
parent 39e720caed
commit ec2db38516
-1
View File
@@ -658,7 +658,6 @@ SENSOR_TYPES: Final[dict[str, SensorEntityDescription]] = {
native_unit_of_measurement=UnitOfElectricCurrent.AMPERE,
device_class=SensorDeviceClass.CURRENT,
state_class=SensorStateClass.MEASUREMENT,
entity_category=EntityCategory.DIAGNOSTIC,
entity_registry_enabled_default=False,
),
"input.L1.current": SensorEntityDescription(