rdy for climate and color_picker

This commit is contained in:
Blackymas
2022-11-09 22:07:29 +01:00
parent 19e6943cb7
commit 011e0598cc
2 changed files with 50 additions and 30 deletions

View File

@@ -460,7 +460,7 @@ sensor:
then:
- wait_until:
switch.is_on: nextion_init
- lambda: id(disp1).set_component_text_printf("home.a03", "%.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("thermostat.a04", "%.1f", id(temp_nspanel).state);
##### THERMOSTAT CLIMATE TARGET TEMPERATURE FROM HA #####