diff --git a/custom_components/asusrouter/compilers.py b/custom_components/asusrouter/compilers.py index dedeb2d..78db362 100644 --- a/custom_components/asusrouter/compilers.py +++ b/custom_components/asusrouter/compilers.py @@ -47,9 +47,6 @@ def list_sensors_network( "entity_registry_enabled_default" ] or True, - extra_state_attributes={ - key: data["raw_attribute"] or None, - }, ) )