8000 Fix incorrectly named attribute_getter · python-kasa/python-kasa@65236c7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 65236c7

Browse files
committed
Fix incorrectly named attribute_getter
1 parent fddfda0 commit 65236c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kasa/smart/modules/vacuumrecords.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def _initialize_features(self):
110110
"total_clean_time",
111111
"Total time cleaned",
112112
container=self,
113-
attribute_getter="total_clean_area",
113+
attribute_getter="total_clean_time",
114114
category=Feature.Category.Info,
115115
type=Feature.Type.Sensor,
116116
)

0 commit comments

Comments
 (0)
0