From 2e10432075f36f696b5e580a1a33be8fcc01f265 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 7fcf456b658..51cb462fa48 100644 --- a/homeassistant/components/shelly/sensor.py +++ b/homeassistant/components/shelly/sensor.py @@ -283,6 +283,7 @@ RPC_SENSORS: Final = { device_class=sensor.DEVICE_CLASS_TEMPERATURE, state_class=sensor.STATE_CLASS_MEASUREMENT, default_enabled=False, + entity_category=EntityCategory.DIAGNOSTIC, ), "rssi": RpcAttributeDescription( key="wifi",