Remove a couple more unused entities from mbr processing node
This commit is contained in:
@ -11,7 +11,6 @@ const dayTemp = states['input_number.master_bedroom_daytime_temp'].state
|
|||||||
const nightTemp = states['input_number.master_bedroom_night_temp'].state
|
const nightTemp = states['input_number.master_bedroom_night_temp'].state
|
||||||
const bedTemp = states['input_number.master_bedroom_bedtime_temp'].state
|
const bedTemp = states['input_number.master_bedroom_bedtime_temp'].state
|
||||||
const showerMode = states['input_boolean.shower_mode'].state
|
const showerMode = states['input_boolean.shower_mode'].state
|
||||||
const nightVolume = states['input_number.master_bedroom_echo_dot_night_volume'].state
|
|
||||||
const fanMode = states['input_select.scheduled_climate_mode_master_bedroom_fan'].state
|
const fanMode = states['input_select.scheduled_climate_mode_master_bedroom_fan'].state
|
||||||
const acMode = states['input_select.scheduled_climate_mode_master_bedroom_aircon'].state
|
const acMode = states['input_select.scheduled_climate_mode_master_bedroom_aircon'].state
|
||||||
const sleeping = states['input_boolean.master_bedroom_sleeping'].state
|
const sleeping = states['input_boolean.master_bedroom_sleeping'].state
|
||||||
@ -21,7 +20,6 @@ const showerCooldown = states["timer.shower_mode_cooldown"].state
|
|||||||
const earlyNight = states["binary_sensor.early_night_mode"].state
|
const earlyNight = states["binary_sensor.early_night_mode"].state
|
||||||
const danger = states['binary_sensor.heat_warning'].attributes.danger
|
const danger = states['binary_sensor.heat_warning'].attributes.danger
|
||||||
const meltdown = states['input_boolean.meltdown_protocol'].state
|
const meltdown = states['input_boolean.meltdown_protocol'].state
|
||||||
const coolingActive = states['input_boolean.master_bedroom_cooling_on'].state
|
|
||||||
const echoDotDND = 'switch.basement_echo_dot_do_not_disturb_switch'
|
const echoDotDND = 'switch.basement_echo_dot_do_not_disturb_switch'
|
||||||
const currentMode = states['input_select.current_climate_mode_master_bedroom'].state
|
const currentMode = states['input_select.current_climate_mode_master_bedroom'].state
|
||||||
node.log("Master Bedroom Climate: Constants Set")
|
node.log("Master Bedroom Climate: Constants Set")
|
||||||
|
Reference in New Issue
Block a user