From d60412d5e69e5cfdedef6edee328e7888be66b37 Mon Sep 17 00:00:00 2001 From: Paul Bottein Date: Wed, 29 Jan 2025 14:10:00 +0100 Subject: [PATCH] Use willupdate --- src/panels/config/backup/ha-config-backup-location.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/panels/config/backup/ha-config-backup-location.ts b/src/panels/config/backup/ha-config-backup-location.ts index aaa83e8def45..14118dc33222 100644 --- a/src/panels/config/backup/ha-config-backup-location.ts +++ b/src/panels/config/backup/ha-config-backup-location.ts @@ -44,7 +44,7 @@ class HaConfigBackupDetails extends LitElement { @state() private _error?: string; - protected updated(changedProps: PropertyValues): void { + protected willUpdate(changedProps: PropertyValues): void { if (changedProps.has("agentId")) { if (this.agentId) { this._fetchAgent();