Add reminder to unfuck master bedroom climate bullshit

This commit is contained in:
2025-07-30 03:22:46 -04:00
parent 305d145e59
commit f63baaef48

View File

@@ -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)" })