From ec2db3851681107ea1654bb766ac56b4b12fd39c Mon Sep 17 00:00:00 2001 From: tdfountain <174762217+tdfountain@users.noreply.github.com> Date: Wed, 18 Sep 2024 04:16:35 -0700 Subject: [PATCH] Move input current from diagnostic to regular sensor in NUT (#124183) Move input current from Diagnostic Co-authored-by: Shay Levy --- homeassistant/components/nut/sensor.py | 1 - 1 file changed, 1 deletion(-) diff --git a/homeassistant/components/nut/sensor.py b/homeassistant/components/nut/sensor.py index d2398a560b7..7f211d5452b 100644 --- a/homeassistant/components/nut/sensor.py +++ b/homeassistant/components/nut/sensor.py @@ -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(