mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 16:56:50 +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}}": {
|
||||
"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 %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user