From 7bfd11cf2ed41f12e8fc73dd60f0be169eeadc56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=85ke=20Strandberg?= Date: Tue, 19 May 2026 14:01:35 +0200 Subject: [PATCH] Add missing Miele Dishwasher codes (#171175) --- homeassistant/components/miele/const.py | 4 +++- homeassistant/components/miele/strings.json | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/homeassistant/components/miele/const.py b/homeassistant/components/miele/const.py index 8933e3d4b86..dbaaa34d529 100644 --- a/homeassistant/components/miele/const.py +++ b/homeassistant/components/miele/const.py @@ -512,7 +512,9 @@ class DishWasherProgramId(MieleEnum, missing_to_none=True): tall_items = 17, 42 glasses_warm = 19 quick_intense = 21 - normal = 30 + normal = 23, 30 + pre_wash = 24 + pot_rests_and_filters = 25 power_wash = 44, 204 comfort_wash = 203 comfort_wash_plus = 209 diff --git a/homeassistant/components/miele/strings.json b/homeassistant/components/miele/strings.json index 8ce6cc1b81d..f48fe9ece66 100644 --- a/homeassistant/components/miele/strings.json +++ b/homeassistant/components/miele/strings.json @@ -709,6 +709,7 @@ "pork_tenderloin_medaillons_4_cm": "Pork tenderloin (medaillons, 4 cm)", "pork_tenderloin_medaillons_5_cm": "Pork tenderloin (medaillons, 5 cm)", "pork_with_crackling": "Pork with crackling", + "pot_rests_and_filters": "Pot rests and filters", "potato_cheese_gratin": "Potato cheese gratin", "potato_dumplings_half_half_boil_in_bag": "Potato dumplings (half/half, boil-in-bag)", "potato_dumplings_half_half_deep_frozen": "Potato dumplings (half/half, deep-frozen)", @@ -751,6 +752,7 @@ "powerfresh": "PowerFresh", "prawns": "Prawns", "pre_ironing": "Pre-ironing", + "pre_wash": "Pre-wash", "proofing": "Proofing", "prove_15_min": "Prove for 15 min", "prove_30_min": "Prove for 30 min",