From 28a0ae53e06d99608ee6a6c7f64c44a2c253f8b9 Mon Sep 17 00:00:00 2001 From: Andre Basche Date: Tue, 21 Mar 2023 22:12:59 +0100 Subject: [PATCH] Update custom_components/hon/number.py --- custom_components/hon/number.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/hon/number.py b/custom_components/hon/number.py index a9a90fe..060b2a7 100644 --- a/custom_components/hon/number.py +++ b/custom_components/hon/number.py @@ -65,7 +65,7 @@ NUMBERS: dict[str, tuple[NumberEntityDescription, ...]] = { name="Anti-Crease time", entity_category=EntityCategory.CONFIG, icon="mdi:timer", - native_unit_of_measurement=UnitOfTime.MINUTES + native_unit_of_measurement=UnitOfTime.MINUTES ), NumberEntityDescription( key="startProgram.sterilizationStatus",