diff --git a/kasa/smart/modules/dustbin.py b/kasa/smart/modules/dustbin.py index 08c35d5e1..33aecd8f7 100644 --- a/kasa/smart/modules/dustbin.py +++ b/kasa/smart/modules/dustbin.py @@ -34,7 +34,7 @@ def _initialize_features(self) -> None: name="Empty dustbin", container=self, attribute_setter="start_emptying", - category=Feature.Category.Primary, + category=Feature.Category.Config, type=Feature.Action, ) )