diff --git a/homeassistant/components/miele/const.py b/homeassistant/components/miele/const.py index 3c930bcbc76..1824b885aa3 100644 --- a/homeassistant/components/miele/const.py +++ b/homeassistant/components/miele/const.py @@ -806,6 +806,8 @@ class CoffeeSystemProgramId(MieleEnum, missing_to_none=True): 24813, # add profile ) appliance_rinse = 24750, 24759, 24773, 24787, 24788 + intermediate_rinsing = 24758 + automatic_maintenance = 24778 descaling = 24751 brewing_unit_degrease = 24753 milk_pipework_rinse = 24754 diff --git a/homeassistant/components/miele/strings.json b/homeassistant/components/miele/strings.json index bbf6c6be20c..1c0b05b414e 100644 --- a/homeassistant/components/miele/strings.json +++ b/homeassistant/components/miele/strings.json @@ -288,6 +288,7 @@ "auto": "[%key:common::state::auto%]", "auto_roast": "Auto roast", "automatic": "Automatic", + "automatic_maintenance": "Automatic maintenance", "automatic_plus": "Automatic plus", "baguettes": "Baguettes", "barista_assistant": "BaristaAssistant", @@ -551,6 +552,7 @@ "hygiene": "Hygiene", "intensive": "Intensive", "intensive_bake": "Intensive bake", + "intermediate_rinsing": "Intermediate rinsing", "iridescent_shark_fillet": "Iridescent shark (fillet)", "japanese_tea": "Japanese tea", "jasmine_rice_rapid_steam_cooking": "Jasmine rice (rapid steam cooking)", diff --git a/tests/components/miele/snapshots/test_sensor.ambr b/tests/components/miele/snapshots/test_sensor.ambr index 0bf4fe891b0..263e3915850 100644 --- a/tests/components/miele/snapshots/test_sensor.ambr +++ b/tests/components/miele/snapshots/test_sensor.ambr @@ -102,6 +102,7 @@ 'options': list([ 'appliance_rinse', 'appliance_settings', + 'automatic_maintenance', 'barista_assistant', 'black_tea', 'brewing_unit_degrease', @@ -121,6 +122,7 @@ 'herbal_tea', 'hot_milk', 'hot_water', + 'intermediate_rinsing', 'japanese_tea', 'latte_macchiato', 'long_coffee', @@ -171,6 +173,7 @@ 'options': list([ 'appliance_rinse', 'appliance_settings', + 'automatic_maintenance', 'barista_assistant', 'black_tea', 'brewing_unit_degrease', @@ -190,6 +193,7 @@ 'herbal_tea', 'hot_milk', 'hot_water', + 'intermediate_rinsing', 'japanese_tea', 'latte_macchiato', 'long_coffee',