diff --git a/nspanel_blueprint.yaml b/nspanel_blueprint.yaml index 42a4698..5d75718 100644 --- a/nspanel_blueprint.yaml +++ b/nspanel_blueprint.yaml @@ -4311,7 +4311,7 @@ action: - service: "{{ command_text_printf }}" data: component: home.current_temp - message: "{{ states(indoortemp) | round(1) if is_number(states(indoortemp)) else states(nspaneltemp) | round(1) }}{{ weather.units.temperature }}" + message: "{{ states(indoortemp) | round(1) if indoortemp is match 'sensor.' and states(indoortemp) in ['unavailable', 'unknown', 'none'] else states(nspaneltemp) | round(1) }}{{ weather.units.temperature }}" ##### Weather Icon Home Page ##### - delay: