From 1948d11d84ae3f758571881eb9aa6245e24df7fe Mon Sep 17 00:00:00 2001 From: ollo69 <60491700+ollo69@users.noreply.github.com> Date: Tue, 10 Aug 2021 02:10:53 +0200 Subject: [PATCH] AsusWRT remove default EntityDescription property (#54367) --- homeassistant/components/asuswrt/sensor.py | 1 - 1 file changed, 1 deletion(-) diff --git a/homeassistant/components/asuswrt/sensor.py b/homeassistant/components/asuswrt/sensor.py index 6c0671b53cb..ef186a80085 100644 --- a/homeassistant/components/asuswrt/sensor.py +++ b/homeassistant/components/asuswrt/sensor.py @@ -49,7 +49,6 @@ CONNECTION_SENSORS: tuple[AsusWrtSensorEntityDescription, ...] = ( name="Devices Connected", icon="mdi:router-network", unit_of_measurement=UNIT_DEVICES, - entity_registry_enabled_default=True, ), AsusWrtSensorEntityDescription( key=SENSORS_RATES[0],