mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 08:47:57 +00:00
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
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user