From 48d4d77922a2d7301e69c1a7e4fe770f101fe7aa Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Sat, 25 May 2024 22:39:54 -0400 Subject: [PATCH] Fix incorrect capitalization of auto fan mode tm24fan8/HA-NerdFlows#22 --- climate/master-bedroom/processing.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/climate/master-bedroom/processing.js b/climate/master-bedroom/processing.js index d731158..19b761d 100644 --- a/climate/master-bedroom/processing.js +++ b/climate/master-bedroom/processing.js @@ -292,7 +292,7 @@ let sendAcFan = { "entity_id": ["climate.master_bedroom_aircon"] }, "data": { - "fan_mode": "Auto" + "fan_mode": "auto" } } }