Merge pull request #40 from deejaybeam/dev
fix: enable internal Temperature-Update
This commit is contained in:
10
esphome.yaml
10
esphome.yaml
@@ -450,11 +450,11 @@ sensor:
|
|||||||
reference_resistance: 10kOhm
|
reference_resistance: 10kOhm
|
||||||
filters:
|
filters:
|
||||||
- lambda: return x + id(temperature_correction_global);
|
- lambda: return x + id(temperature_correction_global);
|
||||||
# on_value:
|
on_value:
|
||||||
# then:
|
then:
|
||||||
# - wait_until:
|
- wait_until:
|
||||||
# switch.is_on: nextion_init
|
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("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);
|
# - lambda: id(disp1).set_component_text_printf("climate.current_temp", "%.1f", id(temp_nspanel).state);
|
||||||
|
|
||||||
###### Display Brightness GET VALUE FROM NSPanel SLIDER #####
|
###### Display Brightness GET VALUE FROM NSPanel SLIDER #####
|
||||||
|
|||||||
Reference in New Issue
Block a user