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:
parent
39e720caed
commit
ec2db38516
1 changed files with 0 additions and 1 deletions
|
@ -658,7 +658,6 @@ SENSOR_TYPES: Final[dict[str, SensorEntityDescription]] = {
|
||||||
native_unit_of_measurement=UnitOfElectricCurrent.AMPERE,
|
native_unit_of_measurement=UnitOfElectricCurrent.AMPERE,
|
||||||
device_class=SensorDeviceClass.CURRENT,
|
device_class=SensorDeviceClass.CURRENT,
|
||||||
state_class=SensorStateClass.MEASUREMENT,
|
state_class=SensorStateClass.MEASUREMENT,
|
||||||
entity_category=EntityCategory.DIAGNOSTIC,
|
|
||||||
entity_registry_enabled_default=False,
|
entity_registry_enabled_default=False,
|
||||||
),
|
),
|
||||||
"input.L1.current": SensorEntityDescription(
|
"input.L1.current": SensorEntityDescription(
|
||||||
|
|
Loading…
Add table
Reference in a new issue