Fix incorrectly named attribute_getter

This commit is contained in:
Teemu Rytilahti 2024-06-02 19:27:48 +02:00
parent b961c5e4f7
commit c509b601a0

View File

@ -110,7 +110,7 @@ class VacuumRecords(SmartModule):
"total_clean_time", "total_clean_time",
"Total time cleaned", "Total time cleaned",
container=self, container=self,
attribute_getter="total_clean_area", attribute_getter="total_clean_time",
category=Feature.Category.Info, category=Feature.Category.Info,
type=Feature.Type.Sensor, type=Feature.Type.Sensor,
) )