diff --git a/nspanel_blueprint.yaml b/nspanel_blueprint.yaml index 89cef98..574973d 100644 --- a/nspanel_blueprint.yaml +++ b/nspanel_blueprint.yaml @@ -4962,7 +4962,7 @@ action: temperature_string: > {{ (temp_min | round(0) ~ weather_units.temperature) if is_number(temp_min) }} {{ '/' if is_number(temp_min) and is_number(temp_max) }} - {{ (('+' if temp_min | float(1) <= 0 and temp_max | float(-1) > 0) ~ temp_max | round(0) ~ weather_units.temperature) if is_number(temp_max) }} + {{ (temp_max | round(0) ~ weather_units.temperature) if is_number(temp_max) }} - if: "{{ (is_number(temp_min) or is_number(temp_max)) and temperature_string is string and temperature_string | length > 0 }}" then: - service: "{{ nextion.commands.text_printf }}"