Added null string handler.
This commit is contained in:
parent
b0c56cadab
commit
5e4e5d8b4a
@ -29,8 +29,10 @@
|
|||||||
{{ carryover|indent(indents, True) }}{{ ' ' }}
|
{{ carryover|indent(indents, True) }}{{ ' ' }}
|
||||||
{%- endif -%}
|
{%- endif -%}
|
||||||
{{ entry[0]|indent(indents, True) }}
|
{{ entry[0]|indent(indents, True) }}
|
||||||
|
{%- if entry[1] is defined -%}
|
||||||
{{- config_entries(entry[1], indents + 2) -}}
|
{{- config_entries(entry[1], indents + 2) -}}
|
||||||
{%- endif -%}
|
{%- endif -%}
|
||||||
|
{%- endif -%}
|
||||||
{%- endfor -%}
|
{%- endfor -%}
|
||||||
{%- else -%}
|
{%- else -%}
|
||||||
{%- for entry in data -%}
|
{%- for entry in data -%}
|
||||||
|
Loading…
Reference in New Issue
Block a user