Skip to content

Commit

Permalink
Merge pull request #603 from DAccord/main
Browse files Browse the repository at this point in the history
Read support for steam oven/microwave combination
  • Loading branch information
astrandb authored Dec 16, 2024
2 parents 18c3e1a + e04ad0e commit 5832029
Show file tree
Hide file tree
Showing 4 changed files with 933 additions and 3 deletions.
2 changes: 2 additions & 0 deletions custom_components/miele/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
TEST_DATA_24,
TEST_DATA_27,
TEST_DATA_27_OFF,
TEST_DATA_45,
TEST_DATA_73,
TEST_DATA_74,
)
Expand Down Expand Up @@ -241,6 +242,7 @@ async def _callback_update_data(data) -> None:
# data["1223024"] = TEST_DATA_24
# data["122A027"] = TEST_DATA_27
# data["122B027"] = TEST_DATA_27_OFF
# data["1223045"] = TEST_DATA_45
# data["1223073"] = TEST_DATA_73
# data["1223074"] = TEST_DATA_74
flat_result: dict = {}
Expand Down
Loading

0 comments on commit 5832029

Please sign in to comment.