diff --git a/kasa/smart/modules/dustbin.py b/kasa/smart/modules/dustbin.py index 08c35d5e..33aecd8f 100644 --- a/kasa/smart/modules/dustbin.py +++ b/kasa/smart/modules/dustbin.py @@ -34,7 +34,7 @@ class Dustbin(SmartModule): name="Empty dustbin", container=self, attribute_setter="start_emptying", - category=Feature.Category.Primary, + category=Feature.Category.Config, type=Feature.Action, ) )