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