From fac8cf0d91590d8c44a22c6d7061012b56a34101 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Wed, 11 Jun 2025 10:26:58 +0100 Subject: [PATCH] Remove works-with loop for badges (#39472) --- source/_includes/asides/component_navigation.html | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/source/_includes/asides/component_navigation.html b/source/_includes/asides/component_navigation.html index 0f2198ebdcb..33995c96ee0 100644 --- a/source/_includes/asides/component_navigation.html +++ b/source/_includes/asides/component_navigation.html @@ -69,13 +69,11 @@ {%- endif -%} {% if page.works_with %} - {%- for type in page.works_with -%} -
- - Works with Home assistant - -
- {%- endfor -%} +
+ + Works with Home assistant + +
{%- endif -%} {% if page.ha_domain %}