diff --git a/source/integrations/index.html b/source/integrations/index.html index 1e319bbb2928..12bf839b82a1 100644 --- a/source/integrations/index.html +++ b/source/integrations/index.html @@ -103,7 +103,7 @@ {% capture category %}"{{ ha_category | slugify | downcase }}"{% endcapture %} {% assign categories = categories | push: category %} {%- endfor -%} - {url:"{{ component.url }}", title:"{{component.title}}", cat: [{{categories|join: ","}}], featured: {% if component.featured %}true{% else %}false{% endif %}, v: "{{major_version}}.{{minor_version}}", logo: "{{component.logo}}", domain: "{{component.ha_domain}}"}, + {url:"{{ component.url }}", title:"{{component.title}}", cat: [{{categories|join: ","}}], featured: {% if component.featured %}true{% else %}false{% endif %}, v: "{{major_version}}.{{minor_version}}", logo: "{{component.logo}}", domain: "{{component.ha_domain}}", ha_brand: "{{component.ha_brand}}"}, {% endif -%} {%- endfor -%} false @@ -161,7 +161,7 @@ components: [], image: function () { if (this.logo === '') { - return ''; + return ``; } else { return ''; }