mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Add integration type to integration.json file (#24628)
* Add integration type to integration.json file * valid json
This commit is contained in:
parent
808f8bc209
commit
597d813319
@ -8,7 +8,8 @@ layout: none
|
|||||||
"{{integration.ha_domain}}": {
|
"{{integration.ha_domain}}": {
|
||||||
"title": "{{integration.title}}",
|
"title": "{{integration.title}}",
|
||||||
"quality_scale": "{{integration.ha_quality_scale}}",
|
"quality_scale": "{{integration.ha_quality_scale}}",
|
||||||
"iot_class": "{{integration.ha_iot_class}}"
|
"iot_class": "{{integration.ha_iot_class}}",
|
||||||
|
"integration_type": "{{integration.ha_integration_type}}"
|
||||||
}{%- if forloop.last -%}{%- else -%},{%- endif -%}
|
}{%- if forloop.last -%}{%- else -%},{%- endif -%}
|
||||||
{%- endif -%}
|
{%- endif -%}
|
||||||
{%- endfor %}
|
{%- endfor %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user