Add missing aria-label to integration configure button (#17033)

This commit is contained in:
Philip Allgaier 2023-06-26 12:33:05 +02:00 committed by GitHub
parent 1dfd859a2d
commit 3803bdc8da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -83,6 +83,9 @@ export class HaIntegrationCard extends LitElement {
> >
<ha-icon-button <ha-icon-button
slot="header-button" slot="header-button"
.label=${this.hass.localize(
"ui.panel.config.integrations.config_entry.configure"
)}
.path=${mdiCogOutline} .path=${mdiCogOutline}
></ha-icon-button> ></ha-icon-button>
</ha-integration-header> </ha-integration-header>