mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 08:16:53 +00:00
Add integrations.json (#17183)
This commit is contained in:
parent
78cdc5da2e
commit
b7f0119ab3
14
source/integrations.json
Normal file
14
source/integrations.json
Normal file
@ -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 %}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user