Update custom_components/hon/number.py

This commit is contained in:
Andre Basche 2023-03-21 22:12:59 +01:00 committed by GitHub
parent 34e99230da
commit 28a0ae53e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",