diff --git a/custom_components/hon/const.py b/custom_components/hon/const.py index 37ba055..d5573a7 100644 --- a/custom_components/hon/const.py +++ b/custom_components/hon/const.py @@ -100,6 +100,7 @@ WASHING_PR_PHASE: dict[int, str] = { 5: "rinse", 6: "rinse", 7: "drying", + 8: "drying", 9: "steam", 10: "ready", 11: "spin",