From 1e76684d4ac5edd2a0c90ab488f8ac63b2df4758 Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Sat, 25 Jan 2025 22:22:38 -0500 Subject: [PATCH] Change entity names --- climate/kallen/processing.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/climate/kallen/processing.js b/climate/kallen/processing.js index db56216..42542fb 100644 --- a/climate/kallen/processing.js +++ b/climate/kallen/processing.js @@ -9,7 +9,7 @@ const fadeNight = states['input_number.wakeup_lights_fade_night'].state const hotDay = states['input_boolean.hot_day'].state const heatWarning = states['binary_sensor.heat_warning'].state const fanSeparate = states['binary_sensor.kallen_fan_separate_schedule'].state -const schedMode = states['input_select.scheduled_climate_mode_kallen_fan'].state +const schedMode = states['input_select.scheduled_climate_mode_kallen_bedroom'].state const topic = msg.topic const toggle = msg.toggle node.log("Kallen Bedroom: Constants Set")