indoor temp sensor

This commit is contained in:
Blackymas
2023-01-09 09:42:30 +01:00
parent 03842f1a42
commit 8295284b65
2 changed files with 70 additions and 2 deletions

View File

@@ -517,7 +517,7 @@ sensor:
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("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);
##### current value of page-climate target_temp #####