From 78d06426cfeb5e67979304572ac6180c29ae36e1 Mon Sep 17 00:00:00 2001 From: Patrick ZAJDA Date: Tue, 11 Jan 2022 18:25:04 +0100 Subject: [PATCH] Add ARIA role heading for each integration to improve screen reader experience (#11049) --- src/panels/config/integrations/ha-integration-header.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/panels/config/integrations/ha-integration-header.ts b/src/panels/config/integrations/ha-integration-header.ts index 30053e4405..72d40619be 100644 --- a/src/panels/config/integrations/ha-integration-header.ts +++ b/src/panels/config/integrations/ha-integration-header.ts @@ -91,7 +91,7 @@ export class HaIntegrationHeader extends LitElement { @load=${this._onImageLoad} />
-
${primary}
+
${primary}
${secondary ? html`
${secondary}
` : ""}