mirror of
https://github.com/home-assistant/core.git
synced 2026-09-24 07:25:52 -05: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:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user