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 04:16:35 -07:00 committed by GitHub
parent 39e720caed
commit ec2db38516
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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(