From dee4ce921df6fc92ef3c3569349ee21cb1ff2329 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 24 Nov 2021 10:46:31 +0100 Subject: [PATCH] Correct entity category on UPS type in NUT (#60277) --- homeassistant/components/nut/const.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/homeassistant/components/nut/const.py b/homeassistant/components/nut/const.py index 1022dfe526d..12306b63dc1 100644 --- a/homeassistant/components/nut/const.py +++ b/homeassistant/components/nut/const.py @@ -17,7 +17,6 @@ from homeassistant.const import ( ELECTRIC_CURRENT_AMPERE, ELECTRIC_POTENTIAL_VOLT, ENTITY_CATEGORY_DIAGNOSTIC, - ENTITY_CATEGORY_SYSTEM, FREQUENCY_HERTZ, PERCENTAGE, POWER_VOLT_AMPERE, @@ -230,7 +229,7 @@ SENSOR_TYPES: Final[dict[str, SensorEntityDescription]] = { key="ups.type", name="UPS Type", icon="mdi:information-outline", - entity_category=ENTITY_CATEGORY_SYSTEM, + entity_category=ENTITY_CATEGORY_DIAGNOSTIC, entity_registry_enabled_default=False, ), "ups.watchdog.status": SensorEntityDescription(