Add leading icon slot to expansion panel and fix left-chevron property (#24635)

* Add leading icon slot to expansion panel and fix left chevron

* Update components
This commit is contained in:
Paul Bottein
2025-03-17 20:23:20 +01:00
committed by GitHub
parent 4f7d5053ec
commit 3c11323ea4
26 changed files with 105 additions and 86 deletions

View File

@@ -48,7 +48,7 @@ export class HaFilterEntities extends LitElement {
protected render() {
return html`
<ha-expansion-panel
leftChevron
left-chevron
.expanded=${this.expanded}
@expanded-will-change=${this._expandedWillChange}
@expanded-changed=${this._expandedChanged}