Add integration type to integration.json file (#24628)

* Add integration type to integration.json file

* valid json
This commit is contained in:
Franck Nijhof 2022-10-19 20:23:52 +02:00 committed by GitHub
parent 808f8bc209
commit 597d813319
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,8 @@ layout: none
"{{integration.ha_domain}}": {
"title": "{{integration.title}}",
"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 -%}
{%- endif -%}
{%- endfor %}