diff --git a/src/components/ha-icon.ts b/src/components/ha-icon.ts index eb6dc12d0c..80a2e9e782 100644 --- a/src/components/ha-icon.ts +++ b/src/components/ha-icon.ts @@ -73,6 +73,7 @@ export class HaIcon extends LitElement { protected updated(changedProps: PropertyValues) { if (changedProps.has("icon")) { + this._path = undefined; this._loadIcon(); } }