diff --git a/homeassistant/components/shelly/sensor.py b/homeassistant/components/shelly/sensor.py index bccb538bf9d..d715d7871e8 100644 --- a/homeassistant/components/shelly/sensor.py +++ b/homeassistant/components/shelly/sensor.py @@ -286,6 +286,7 @@ RPC_SENSORS: Final = { device_class=SensorDeviceClass.TEMPERATURE, state_class=SensorStateClass.MEASUREMENT, default_enabled=False, + entity_category=EntityCategory.DIAGNOSTIC, ), "rssi": RpcAttributeDescription( key="wifi",