Improve translations and sensors for td and wm

This commit is contained in:
Andre Basche 2023-04-23 16:24:30 +02:00
parent c89521f169
commit c60d94a170
27 changed files with 637 additions and 109 deletions

View file

@ -57,6 +57,12 @@ NUMBERS: dict[str, tuple[NumberEntityDescription, ...]] = {
icon="mdi:thermometer",
translation_key="tumbledryertemplevel",
),
NumberEntityDescription(
key="startProgram.dryTime",
name="Dry Time",
entity_category=EntityCategory.CONFIG,
translation_key="dry_time",
),
),
"WD": (
NumberEntityDescription(