diff --git a/homeassistant/components/shelly/binary_sensor.py b/homeassistant/components/shelly/binary_sensor.py index 6378bb4d7c8..41029e2de24 100644 --- a/homeassistant/components/shelly/binary_sensor.py +++ b/homeassistant/components/shelly/binary_sensor.py @@ -211,6 +211,7 @@ RPC_SENSORS: Final = { sub_key="restart_required", name="Restart required", device_class=BinarySensorDeviceClass.PROBLEM, + entity_registry_enabled_default=False, entity_category=EntityCategory.DIAGNOSTIC, ), }