From 4bdec1589d8a54ca8f8ba1059f4e40d6e956a6df Mon Sep 17 00:00:00 2001 From: beren12 Date: Wed, 29 Jun 2022 07:10:48 -0400 Subject: [PATCH] Ambient sensors are not diagnostic/internal (#73928) --- homeassistant/components/nut/const.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/homeassistant/components/nut/const.py b/homeassistant/components/nut/const.py index 9f6b43974b7..64dc95d7b95 100644 --- a/homeassistant/components/nut/const.py +++ b/homeassistant/components/nut/const.py @@ -555,8 +555,6 @@ SENSOR_TYPES: Final[dict[str, SensorEntityDescription]] = { native_unit_of_measurement=PERCENTAGE, device_class=SensorDeviceClass.HUMIDITY, state_class=SensorStateClass.MEASUREMENT, - entity_category=EntityCategory.DIAGNOSTIC, - entity_registry_enabled_default=False, ), "ambient.temperature": SensorEntityDescription( key="ambient.temperature", @@ -564,8 +562,6 @@ SENSOR_TYPES: Final[dict[str, SensorEntityDescription]] = { native_unit_of_measurement=TEMP_CELSIUS, device_class=SensorDeviceClass.TEMPERATURE, state_class=SensorStateClass.MEASUREMENT, - entity_category=EntityCategory.DIAGNOSTIC, - entity_registry_enabled_default=False, ), "watts": SensorEntityDescription( key="watts",