From 0ee0b2fcba712b0ab1cb06c252fd841a118ec5a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=85ke=20Strandberg?= Date: Mon, 19 May 2025 21:34:36 +0200 Subject: [PATCH] Add missing Miele tumble dryer program codes (#145236) --- homeassistant/components/miele/const.py | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/homeassistant/components/miele/const.py b/homeassistant/components/miele/const.py index 338e8138352..a72cf916cf3 100644 --- a/homeassistant/components/miele/const.py +++ b/homeassistant/components/miele/const.py @@ -435,15 +435,27 @@ DISHWASHER_PROGRAM_ID: dict[int, str] = { TUMBLE_DRYER_PROGRAM_ID: dict[int, str] = { -1: "no_program", # Extrapolated from other device types. 0: "no_program", # Extrapolated from other device types + 1: "automatic_plus", 2: "cottons", 3: "minimum_iron", 4: "woollens_handcare", 5: "delicates", 6: "warm_air", + 7: "cool_air", 8: "express", + 9: "cottons_eco", 10: "automatic_plus", + 12: "proofing", + 13: "denim", + 14: "shirts", + 15: "sportswear", + 16: "outerwear", + 17: "silks_handcare", + 19: "standard_pillows", 20: "cottons", + 22: "basket_program", 23: "cottons_hygiene", + 24: "steam_smoothing", 30: "minimum_iron", 31: "bed_linen", 40: "woollens_handcare",