diff --git a/climate/master-bedroom/shower-off.js b/climate/master-bedroom/shower-off.js index 9ed2eb5..060fde5 100644 --- a/climate/master-bedroom/shower-off.js +++ b/climate/master-bedroom/shower-off.js @@ -1,6 +1,6 @@ const states = global.get('homeassistant.homeAssistant.states') const ac = global.get('masterBedroom.aircon.installed', "diskCon") -const temp = global.get('outdoorTemptempStr') +const temp = global.get('outdoorTemp.tempStr') const threshold = states['input_number.master_bedroom_aircon_run_threshold'].state const dayTemp = states['input_number.master_bedroom_daytime_temp'].state const nightTemp = states['input_number.master_bedroom_night_temp'].state