diff --git a/source/integrations.json b/source/integrations.json new file mode 100644 index 00000000000..d2c1d7e6865 --- /dev/null +++ b/source/integrations.json @@ -0,0 +1,14 @@ +--- +layout: none +--- +{ +{%- for integration in site.integrations %} +{%- assign target = integration.ha_domain | append: ".markdown" | prepend: "_integrations/" -%} +{%- if integration.path == target %} + "{{integration.ha_domain}}": { + "title": "{{integration.title}}" + }{%- if forloop.last -%}{%- else -%},{%- endif -%} +{%- endif -%} +{%- endfor %} +} +