diff --git a/esphome.yaml b/esphome.yaml index 30b4659..356d35f 100644 --- a/esphome.yaml +++ b/esphome.yaml @@ -450,12 +450,12 @@ sensor: reference_resistance: 10kOhm filters: - lambda: return x + id(temperature_correction_global); - # on_value: - # then: - # - wait_until: - # switch.is_on: nextion_init - # - lambda: id(disp1).set_component_text_printf("home.current_temp", "%.1f°", id(temp_nspanel).state); # onboard temp (thermostat temp) to home page. - # - lambda: id(disp1).set_component_text_printf("climate.current_temp", "%.1f", id(temp_nspanel).state); + on_value: + then: + - wait_until: + switch.is_on: nextion_init + - lambda: id(disp1).set_component_text_printf("home.current_temp", "%.1f°", id(temp_nspanel).state); # onboard temp (thermostat temp) to home page. + # - lambda: id(disp1).set_component_text_printf("climate.current_temp", "%.1f", id(temp_nspanel).state); ###### Display Brightness GET VALUE FROM NSPanel SLIDER ##### - platform: nextion