From cdf20900c9f00e2f8cb5903a170aae23698bb435 Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Fri, 13 Jun 2025 21:04:25 -0400 Subject: [PATCH] Remove a couple more unused entities from mbr processing node --- climate/master-bedroom/processing.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/climate/master-bedroom/processing.js b/climate/master-bedroom/processing.js index 7faa32f..c27e084 100644 --- a/climate/master-bedroom/processing.js +++ b/climate/master-bedroom/processing.js @@ -11,7 +11,6 @@ const dayTemp = states['input_number.master_bedroom_daytime_temp'].state const nightTemp = states['input_number.master_bedroom_night_temp'].state const bedTemp = states['input_number.master_bedroom_bedtime_temp'].state const showerMode = states['input_boolean.shower_mode'].state -const nightVolume = states['input_number.master_bedroom_echo_dot_night_volume'].state const fanMode = states['input_select.scheduled_climate_mode_master_bedroom_fan'].state const acMode = states['input_select.scheduled_climate_mode_master_bedroom_aircon'].state const sleeping = states['input_boolean.master_bedroom_sleeping'].state @@ -21,7 +20,6 @@ const showerCooldown = states["timer.shower_mode_cooldown"].state const earlyNight = states["binary_sensor.early_night_mode"].state const danger = states['binary_sensor.heat_warning'].attributes.danger const meltdown = states['input_boolean.meltdown_protocol'].state -const coolingActive = states['input_boolean.master_bedroom_cooling_on'].state const echoDotDND = 'switch.basement_echo_dot_do_not_disturb_switch' const currentMode = states['input_select.current_climate_mode_master_bedroom'].state node.log("Master Bedroom Climate: Constants Set")