diff --git a/kasa/smart/modules/time.py b/kasa/smart/modules/time.py index c2007ceb..dc4fad3f 100644 --- a/kasa/smart/modules/time.py +++ b/kasa/smart/modules/time.py @@ -29,7 +29,7 @@ class Time(SmartModule): name="Device time", attribute_getter="time", container=self, - category=Feature.Category.Info, + category=Feature.Category.Debug, ) )