From f63baaef48b3f38208d4ad313b548bd102edc69a Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Wed, 30 Jul 2025 03:22:46 -0400 Subject: [PATCH] Add reminder to unfuck master bedroom climate bullshit --- 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 44585b5..e4d366a 100644 --- a/climate/master-bedroom/processing.js +++ b/climate/master-bedroom/processing.js @@ -348,7 +348,7 @@ if (type === 'auto' && time != 'bedtime') { } // Automated responses -if (type === 'auto' && allowed === 'on' && meltdown === 'off' && vacation === 'off') { +if (type === 'auto' && allowed === 'on' && meltdown === 'off' && vacation === 'off') { //! allowed === 'off' currently because of upstairs heat issues. Need to figure out a way to still allow wakeup flow to run. node.log("Master Bedroom Climate: Auto") if (sleeping === 'on' && topic != 'mrbedroom-wakeup') { node.status({ fill: "red", shape: "ring", text: "Blocked (sleep mode)" })