diff --git a/custom_components/hon/const.py b/custom_components/hon/const.py index 69ba158b..0106f555 100644 --- a/custom_components/hon/const.py +++ b/custom_components/hon/const.py @@ -222,7 +222,6 @@ } AP_MACH_MODE: dict[int, str] = { - 0: "standby", 1: "sleep", 2: "auto", 3: "allergens",