diff --git a/climate/emma-bedroom/watchdog.js b/climate/emma-bedroom/watchdog.js index ace9a09..458cb17 100644 --- a/climate/emma-bedroom/watchdog.js +++ b/climate/emma-bedroom/watchdog.js @@ -10,7 +10,7 @@ const sleeping = states["input_boolean.emma_sleeping"].state let proceed = false -if (ac === true && allowed === 'on' && schedMode === 'AC' && coolingActive === 'on') { +if (ac === 'on' && allowed === 'on' && schedMode === 'AC' && coolingActive === 'on') { proceed = true }