From 1b619effe58c0588f9aaee6d66d1c6ceb0646226 Mon Sep 17 00:00:00 2001 From: Teemu R Date: Sun, 23 Jun 2024 08:39:34 +0200 Subject: [PATCH] Demote device_time back to debug (#1001) Reverts unintentional change of feature category for device_time. --- kasa/smart/modules/time.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, ) )