From c7e030576a03dcaaf1777a62a93d14626e365886 Mon Sep 17 00:00:00 2001 From: Felix Limbach Date: Wed, 13 Mar 2024 16:28:42 +0100 Subject: [PATCH] Fix crash when wash-dryer enters phase 8 Added a constant for phase 8 --- custom_components/hon/const.py | 1 + 1 file changed, 1 insertion(+) 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 @@ 5: "rinse", 6: "rinse", 7: "drying", + 8: "drying", 9: "steam", 10: "ready", 11: "spin",