Relocated outdoor temperatures in global context
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
const states = global.get('homeassistant.homeAssistant.states')
|
||||
const ac = states['input_boolean.master_bedroom_aircon_installed'].state
|
||||
const temp = global.get('tempStr')
|
||||
const temp = global.get('outdoorTemp.tempStr')
|
||||
const threshold = states['input_number.master_bedroom_aircon_run_threshold'].state
|
||||
const nightTemp = states['input_number.master_bedroom_night_temp'].state
|
||||
const bedTemp = states['input_number.master_bedroom_bedtime_temp'].state
|
||||
|
Reference in New Issue
Block a user