diff --git a/source/integrations/index.html b/source/integrations/index.html index 8ca9b2cd2b8..adfd32c4170 100644 --- a/source/integrations/index.html +++ b/source/integrations/index.html @@ -47,11 +47,11 @@ regenerate: false {%- for category in categories -%} {%- assign components_count = components | where: 'ha_category', category | size -%} {%- if category and category != 'Other' and components_count != 0 -%} - {{ category }} ({{ components_count }}) + {{ category }} ({{ components_count }}) {%- endif -%} {%- endfor -%} - Other ({{ components | where: 'ha_category', 'Other' | size }}) + Other ({{ components | where: 'ha_category', 'Other' | size }})