Forgot to use quotes for 'None' to appease the YAML gods

This commit is contained in:
2023-03-06 13:20:12 -05:00
parent fede276214
commit 2b59264243

View File

@ -898,7 +898,7 @@ sensor:
{{ state_attr('sensor.weatheralerts_alert_5','alert_event') }} {{ state_attr('sensor.weatheralerts_alert_5','alert_event') }}
{% endif %} {% endif %}
{% else %} {% else %}
None 'None'
{% endif %} {% endif %}
{%- endmacro -%} {%- endmacro -%}
{%- macro cleanup(data) -%} {%- macro cleanup(data) -%}