From 847ae042457954eaf91aafdc6db97f465d77fe37 Mon Sep 17 00:00:00 2001 From: Chris Stos-Gale Date: Thu, 23 May 2024 13:19:47 +0100 Subject: [PATCH] Fix Mode switch for AP Revert "Rename HACS release and disable zipped source" This reverts commit 532babcf9637e3bbdf9193e26db35a12e3ea531c. Delete custom_components/.DS_Store Delete .DS_Store Revert Changes Added power and light level Update const.py Revert machMode back to original settings value Rename HACS release and disable zipped source --- custom_components/hon/const.py | 1 - 1 file changed, 1 deletion(-) 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",