diff --git a/homeassistant/components/miele/const.py b/homeassistant/components/miele/const.py index 131dafff7c70..3c943cb78558 100644 --- a/homeassistant/components/miele/const.py +++ b/homeassistant/components/miele/const.py @@ -1204,6 +1204,8 @@ class CoffeeSystemProgramId(MieleEnum, missing_to_none=True): espresso_macchiato = 24007, 24039, 24071, 24135 cafe_au_lait = 24008, 24040, 24072, 24104, 24136 caffe_latte = 24009, 24041, 24073, 24105, 24137 + caffe_americano = 24010 + long_black = 24011 flat_white = 24012, 24044, 24076, 24108, 24140 very_hot_water = 24013, 24045, 24077, 24109, 24141 hot_water = 24014, 24046, 24078, 24110, 24142 @@ -1215,6 +1217,7 @@ class CoffeeSystemProgramId(MieleEnum, missing_to_none=True): green_tea = 24020, 24052, 24084, 24116, 24148 white_tea = 24021, 24053, 24085, 24117, 24149 japanese_tea = 24022, 29054, 24086, 24118, 24150 + chai_latte = 24023 # special programs coffee_pot = 24400 barista_assistant = 24407 diff --git a/homeassistant/components/miele/strings.json b/homeassistant/components/miele/strings.json index e5b3fb58c616..e113bbae0472 100644 --- a/homeassistant/components/miele/strings.json +++ b/homeassistant/components/miele/strings.json @@ -355,6 +355,7 @@ "bunched_carrots_whole_small": "Bunched carrots (whole, small)", "butter_cake": "Butter cake", "cafe_au_lait": "Café au lait", + "caffe_americano": "Caffè Americano", "caffe_latte": "Caffè latte", "cappuccino": "Cappuccino", "cappuccino_italiano": "Cappuccino Italiano", @@ -379,6 +380,7 @@ "celery_pieces": "Celery (pieces)", "celery_sliced": "Celery (sliced)", "cep": "Cep", + "chai_latte": "Chai latte", "chanterelle": "Chanterelle", "char": "Char", "check_appliance": "Check appliance", @@ -577,6 +579,7 @@ "lemon_meringue_pie": "Lemon meringue pie", "linzer_augen_1_tray": "Linzer Augen (1 tray)", "linzer_augen_2_trays": "Linzer Augen (2 trays)", + "long_black": "Long black", "long_coffee": "Long coffee", "long_grain_rice_general_rapid_steam_cooking": "Long grain rice (general, rapid steam cooking)", "long_grain_rice_general_steam_cooking": "Long grain rice (general, steam cooking)", diff --git a/tests/components/miele/snapshots/test_sensor.ambr b/tests/components/miele/snapshots/test_sensor.ambr index a1b0ee9b6f66..4bd1359d9f12 100644 --- a/tests/components/miele/snapshots/test_sensor.ambr +++ b/tests/components/miele/snapshots/test_sensor.ambr @@ -268,9 +268,11 @@ 'black_tea', 'brewing_unit_degrease', 'cafe_au_lait', + 'caffe_americano', 'caffe_latte', 'cappuccino', 'cappuccino_italiano', + 'chai_latte', 'check_appliance', 'coffee', 'coffee_pot', @@ -286,6 +288,7 @@ 'intermediate_rinsing', 'japanese_tea', 'latte_macchiato', + 'long_black', 'long_coffee', 'milk_foam', 'milk_pipework_clean', @@ -339,9 +342,11 @@ 'black_tea', 'brewing_unit_degrease', 'cafe_au_lait', + 'caffe_americano', 'caffe_latte', 'cappuccino', 'cappuccino_italiano', + 'chai_latte', 'check_appliance', 'coffee', 'coffee_pot', @@ -357,6 +362,7 @@ 'intermediate_rinsing', 'japanese_tea', 'latte_macchiato', + 'long_black', 'long_coffee', 'milk_foam', 'milk_pipework_clean',