mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 06:46:58 +00:00
Export Quality scale and IoT class for integrations (#17233)
This commit is contained in:
parent
52f1c449e0
commit
f2f45a0025
@ -6,7 +6,9 @@ layout: none
|
|||||||
{%- assign target = integration.ha_domain | append: ".markdown" | prepend: "_integrations/" -%}
|
{%- assign target = integration.ha_domain | append: ".markdown" | prepend: "_integrations/" -%}
|
||||||
{%- if integration.path == target %}
|
{%- if integration.path == target %}
|
||||||
"{{integration.ha_domain}}": {
|
"{{integration.ha_domain}}": {
|
||||||
"title": "{{integration.title}}"
|
"title": "{{integration.title}}",
|
||||||
|
"quality_scale": "{{integration.ha_quality_scale}}",
|
||||||
|
"iot_class": "{{integration.ha_iot_class}}"
|
||||||
}{%- if forloop.last -%}{%- else -%},{%- endif -%}
|
}{%- if forloop.last -%}{%- else -%},{%- endif -%}
|
||||||
{%- endif -%}
|
{%- endif -%}
|
||||||
{%- endfor %}
|
{%- endfor %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user