Add missing Miele tumble dryer program codes (#145236)

This commit is contained in:
Åke Strandberg 2025-05-19 21:34:36 +02:00 committed by GitHub
parent 1e9c585e8b
commit 0ee0b2fcba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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