From c07077833f0dc1c26e8b567d26986af504defd95 Mon Sep 17 00:00:00 2001 From: Simone Chemelli Date: Sun, 26 Dec 2021 21:26:24 +0100 Subject: [PATCH] Add missing entity category for gen2 devices (#62812) --- homeassistant/components/shelly/sensor.py | 1 + 1 file changed, 1 insertion(+) 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",