8000 Change category for empty dustbin feature from Primary to Config (#1485) · python-kasa/python-kasa@1df05af · GitHub
[go: up one dir, main page]

Skip to content

Commit 1df05af

Browse files
authored
Change category for empty dustbin feature from Primary to Config (#1485)
1 parent 656c887 commit 1df05af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kasa/smart/modules/dustbin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def _initialize_features(self) -> None:
3434
name="Empty dustbin",
3535
container=self,
3636
attribute_setter="start_emptying",
37-
category=Feature.Category.Primary,
37+
category=Feature.Category.Config,
3838
type=Feature.Action,
3939
)
4040
)

0 commit comments

Comments
 (0)
0