Change entity names

This commit is contained in:
2025-01-25 22:22:38 -05:00
parent 6f5038bddb
commit 1e76684d4a

View File

@ -9,7 +9,7 @@ const fadeNight = states['input_number.wakeup_lights_fade_night'].state
const hotDay = states['input_boolean.hot_day'].state const hotDay = states['input_boolean.hot_day'].state
const heatWarning = states['binary_sensor.heat_warning'].state const heatWarning = states['binary_sensor.heat_warning'].state
const fanSeparate = states['binary_sensor.kallen_fan_separate_schedule'].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 topic = msg.topic
const toggle = msg.toggle const toggle = msg.toggle
node.log("Kallen Bedroom: Constants Set") node.log("Kallen Bedroom: Constants Set")