mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
Add evaporate water program id for Miele oven (#145996)
This commit is contained in:
parent
2d60115ec6
commit
1fa55f96f8
@ -527,6 +527,7 @@ OVEN_PROGRAM_ID: dict[int, str] = {
|
||||
116: "custom_program_20",
|
||||
323: "pyrolytic",
|
||||
326: "descale",
|
||||
327: "evaporate_water",
|
||||
335: "shabbat_program",
|
||||
336: "yom_tov",
|
||||
356: "defrost",
|
||||
|
@ -542,6 +542,7 @@
|
||||
"endive_strips": "Endive (strips)",
|
||||
"espresso": "Espresso",
|
||||
"espresso_macchiato": "Espresso macchiato",
|
||||
"evaporate_water": "Evaporate water",
|
||||
"express": "Express",
|
||||
"express_20": "Express 20'",
|
||||
"extra_quiet": "Extra quiet",
|
||||
|
Loading…
x
Reference in New Issue
Block a user