diff --git a/src/panels/lovelace/components/hui-image.ts b/src/panels/lovelace/components/hui-image.ts index 23510d29d3..fcf1654a0a 100644 --- a/src/panels/lovelace/components/hui-image.ts +++ b/src/panels/lovelace/components/hui-image.ts @@ -106,6 +106,9 @@ export class HuiImage extends LitElement { } else if (!this.hass!.connected) { this._stopUpdateCameraInterval(); this._stopIntersectionObserver(); + this._loadState = LoadState.Loading; + this._cameraImageSrc = undefined; + this._loadedImageSrc = undefined; } } if (changedProps.has("_imageVisible")) {