diff --git a/nspanel_blueprint.yaml b/nspanel_blueprint.yaml index 4449814..5a31885 100644 --- a/nspanel_blueprint.yaml +++ b/nspanel_blueprint.yaml @@ -2534,7 +2534,8 @@ action: ##### NSPanel boot init Date ##### - delay: - milliseconds: "{{ delay_value }}" + milliseconds: 900 +# milliseconds: "{{ delay_value }}" - service: "{{ command_text_printf }}" data: component: home.date @@ -2802,7 +2803,6 @@ action: {%- if outdoortemp is match "sensor." and states(outdoortemp).state != "unavailable" -%} {{ states(outdoortemp) |round(0) }} {%- elif weather == "Default" and state_attr(ha_weather, "temperature") != None -%} {{state_attr(ha_weather,"temperature") | round(0)}} {%- elif weather == "AccuWeather" and state_attr(accuweather_value, "temperature") != None -%} {{state_attr(accuweather_value,"temperature") | round(0)}} - {%- else -%} sensor.nspanel_dev_temperature {%- endif -%} - delay: milliseconds: "{{ delay_value }}" diff --git a/nspanel_esphome.yaml b/nspanel_esphome.yaml index 982dd44..f4fbfba 100644 --- a/nspanel_esphome.yaml +++ b/nspanel_esphome.yaml @@ -513,12 +513,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); ##### current value of page-climate target_temp ##### - platform: template