mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-04-25 16:16:22 +00:00
Change category for empty dustbin feature from Primary to Config (#1485)
This commit is contained in:
parent
656c88771a
commit
1df05af208
@ -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,
|
||||
)
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user