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