From ae17ad6969dd1ea91a6b944c58d2f7e083d53c6b Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Sat, 19 Apr 2025 01:16:16 -0400 Subject: [PATCH] Remember kids, ONE fucked up dot can ruin everything home_automation/Home-Assistant-Configs#237 --- climate/master-bedroom/shower-off.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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