Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions homeassistant/components/miele/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@ class ProgramPhaseOven(MieleEnum, missing_to_none=True):
process_running = 3074
process_finished = 3078
energy_save = 3084
pre_heating = 3099


class ProgramPhaseWarmingDrawer(MieleEnum, missing_to_none=True):
Expand Down Expand Up @@ -375,6 +376,7 @@ class ProgramPhaseSteamOvenCombi(MieleEnum, missing_to_none=True):
process_running = 3074, 7938
process_finished = 3078, 7942
energy_save = 3084
pre_heating = 3099

steam_reduction = 3863
waiting_for_start = 7939
Expand Down
1 change: 1 addition & 0 deletions homeassistant/components/miele/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@
"not_running": "Not running",
"pre_brewing": "Pre-brewing",
"pre_dishwash": "Pre-cleaning",
"pre_heating": "Pre-heating",
"pre_wash": "Pre-wash",
"process_finished": "Process finished",
"process_running": "Process running",
Expand Down
4 changes: 4 additions & 0 deletions tests/components/miele/snapshots/test_sensor.ambr
Original file line number Diff line number Diff line change
Expand Up @@ -3249,6 +3249,7 @@
'energy_save',
'heating_up',
'not_running',
'pre_heating',
'process_finished',
'process_running',
]),
Expand Down Expand Up @@ -3291,6 +3292,7 @@
'energy_save',
'heating_up',
'not_running',
'pre_heating',
'process_finished',
'process_running',
]),
Expand Down Expand Up @@ -5395,6 +5397,7 @@
'energy_save',
'heating_up',
'not_running',
'pre_heating',
'process_finished',
'process_running',
]),
Expand Down Expand Up @@ -5437,6 +5440,7 @@
'energy_save',
'heating_up',
'not_running',
'pre_heating',
'process_finished',
'process_running',
]),
Expand Down
Loading