mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Add fallback for missing integration_type (#32807)
* Add fallback for missing integration_type * remove comma
This commit is contained in:
parent
a4f2891c66
commit
1a7afc8203
@ -10,7 +10,7 @@ layout: none
|
||||
"description": "{{ integration.description }}",
|
||||
"quality_scale": "{{integration.ha_quality_scale}}",
|
||||
"iot_class": "{{integration.ha_iot_class}}",
|
||||
"integration_type": "{{integration.ha_integration_type}}"
|
||||
"integration_type": "{{integration.ha_integration_type | default: 'hub'}}"
|
||||
}{%- if forloop.last -%}{%- else -%},{%- endif -%}
|
||||
{%- endif -%}
|
||||
{%- endfor %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user