From 2b59264243a82bed794d3a3e0083d54d936b32e7 Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Mon, 6 Mar 2023 13:20:12 -0500 Subject: [PATCH] Forgot to use quotes for 'None' to appease the YAML gods --- packages/custom_weather.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/custom_weather.yaml b/packages/custom_weather.yaml index 82e119b..108ffd2 100644 --- a/packages/custom_weather.yaml +++ b/packages/custom_weather.yaml @@ -898,7 +898,7 @@ sensor: {{ state_attr('sensor.weatheralerts_alert_5','alert_event') }} {% endif %} {% else %} - None + 'None' {% endif %} {%- endmacro -%} {%- macro cleanup(data) -%}